Closed
Bug 685585
Opened 13 years ago
Closed 13 years ago
Token checking is too good
Categories
(addons.mozilla.org Graveyard :: Developer Pages, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
6.2.4
People
(Reporter: andy+bugzilla, Assigned: ashort)
Details
(Whiteboard: [t:muffin])
I can't sign up a premium addon locally, because it's checking paypal that we've got refund permissions setup. It works fine on addons-dev.mozilla.org, but we need a way to be able to bypass this on locally, without accidentally doing it on production :)
We could make the check in the form read a local PAYPAL setting and just succeed:
https://github.com/jbalogh/zamboni/blob/master/apps/devhub/forms.py#L867
Comment 1•13 years ago
|
||
Why don't you branch on DEBUG=True?
Assignee | ||
Comment 2•13 years ago
|
||
Hmm. Do you not use the paypal sandbox for testing/development? that's how I've been doing all this.
Reporter | ||
Comment 3•13 years ago
|
||
I don't think we should be having to use the sandbox and pinging paypal, for developers who aren't explicitly testing the marketplace. Jeff should be quickly be able to add in a webapp, set up as premium and move on.
Assignee | ||
Comment 4•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
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
•