Closed
Bug 648425
Opened 15 years ago
Closed 15 years ago
Do not show Oops! page on Paypal errors
Categories
(addons.mozilla.org Graveyard :: Public Pages, defect)
addons.mozilla.org Graveyard
Public Pages
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: krupa.mozbugs, Unassigned)
References
()
Details
steps to reproduce:
1. Load https://addons.allizom.org/en-US/firefox/addon/stylish
2. Try to make a contribution
reproducible: sometimes
observed behavior:
We show the Oops! page on paypal errors.
traceback details:
Traceback (most recent call last):
File "/data/amo_python/www/prod/zamboni/vendor/src/django/django/core/handlers/base.py", line 111, in get_response
response = callback(request, *callback_args, **callback_kwargs)
File "/data/amo_python/www/prod/zamboni/apps/addons/decorators.py", line 22, in wrapper
return f(request, addon, *args, **kw)
File "/data/amo_python/www/prod/zamboni/apps/addons/views.py", line 536, in contribute
return embedded_contribute(request, addon)
File "/data/amo_python/www/prod/zamboni/apps/addons/views.py", line 501, in embedded_contribute
'memo': contrib_for})
File "/data/amo_python/www/prod/zamboni/apps/paypal/__init__.py", line 80, in get_paykey
raise error(response['error(0).message'])
PaypalError: The receiver jason.barnabe@gmail.com does not accept payments in this Currency
Comment 1•15 years ago
|
||
Those errors were mysteriously fixed after many emails to paypal. No one ever said what the problem was. :(
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
| Assignee | ||
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
•