Closed
Bug 719422
Opened 13 years ago
Closed 13 years ago
The iframe in AMO should reference www.sandbox.paypal.com
Categories
(addons.mozilla.org Graveyard :: Public Pages, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: moz.teodosia, Assigned: andy+bugzilla)
Details
Attachments
(1 file)
202.06 KB,
image/jpeg
|
Details |
Firefox does not recognize the Paypal certificate in the AMO page. The iframe that addons load is sandbox.paypal.com and the certificate is for www.sandbox.paypal.com.
The iframe src needs to be changed to match the certificate that PayPal serves.
Steps to Reproduce:
1. Go to https://addons-dev.allizom.org/en-US/firefox/addon/adhaadhoora/ and login to the page.
2. Click The "Purchase for $0.99" button.
3. On the new page, click again the "Purchase for $0.99" button.
4. In the "Purchase Add-on" dialog, click the "Pay with PayPal" button.
Actual Results:
The iframe for the PayPal payment is not opened. "This Connection is Untrusted" is displayed instead.
Expected Results:
The Login Paypal frame should be displayed.
Assignee | ||
Comment 1•13 years ago
|
||
Could you change PAYPAL_FLOW_URL to:
PAYPAL_FLOW_URL = 'https://www.sandbox.paypal.com/webapps/adaptivepayment/flow/pay'
On addons-dev and apps-preview-dev please oremj? See if that helps.
Assignee: nobody → oremj
Comment 2•13 years ago
|
||
I just changed the config.
Updated•13 years ago
|
Assignee: oremj → amckay
Assignee | ||
Comment 3•13 years ago
|
||
Hope that helps.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 4•13 years ago
|
||
Yes, it helps. I've tested it and it works as expected. Thanks!
Status: RESOLVED → VERIFIED
Updated•9 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
•