Closed
Bug 505936
Opened 17 years ago
Closed 17 years ago
Implement paypal integration
Categories
(addons.mozilla.org Graveyard :: Public Pages, defect)
addons.mozilla.org Graveyard
Public Pages
Tracking
(Not tracked)
VERIFIED
FIXED
5.0.8
People
(Reporter: osunick, Assigned: jbalogh)
References
()
Details
Attachments
(1 file)
|
1.96 KB,
patch
|
clouserw
:
review+
|
Details | Diff | Splinter Review |
Hi Jeff,
In order for Paypal to include addon id's in their reports, we have to add this info to the BN code that paypal returns. For instance, the form we send to paypal has the following field:
<input type="hidden" name="bn" value="=TTFL53TW838S8:PP-DonationsBF">
All we have to do is add "-AddonIDXXXX" to the end of the value for the BN field. Can we do this for 5.0.8?
| Assignee | ||
Comment 1•17 years ago
|
||
Attachment #390315 -
Flags: review?(clouserw)
Updated•17 years ago
|
Attachment #390315 -
Flags: review?(clouserw) → review+
Comment 2•17 years ago
|
||
Comment on attachment 390315 [details] [diff] [review]
tracking addon id in the paypal request
r+ but shouldn't it be '-AddonID'?
| Assignee | ||
Comment 3•17 years ago
|
||
r30307, with "-AddonID".
QA: if you go to the URL on AMO you'll be redirected to paypal with bn=...-AddonID in the query string.
Comment 4•17 years ago
|
||
Status: RESOLVED → VERIFIED
Updated•17 years ago
|
Keywords: push-needed
Updated•10 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•