Closed
Bug 1006063
Opened 11 years ago
Closed 11 years ago
JWT generation fails with multiple pay providers
Categories
(Marketplace Graveyard :: Payments/Refunds, defect, P1)
Tracking
(Not tracked)
RESOLVED
FIXED
2014-05-20
People
(Reporter: jlockhart, Assigned: mstriemer)
References
Details
(Whiteboard: [qa-])
Presently, when a JWT is generated in zamboni, if the associated app has more than one payment account attached to it, it will attempt to call webapp.single_pay_account() which will raise an exception that more than one payment account exists. References to this method should be removed, seller_uuid should be removed from the JWT, and a test should be added that tests that JWT generation is successful for an app with more than one configured payment account.
Reporter | ||
Updated•11 years ago
|
Updated•11 years ago
|
Priority: -- → P1
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → mstriemer
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•11 years ago
|
||
Assignee | ||
Comment 2•11 years ago
|
||
https://github.com/mozilla/zamboni/commit/a0f9d954d22d4d0ae89eeef04d5fd5518e00449d
Setting [qa-] since this is just part of the overall changes.
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Whiteboard: [qa-]
Assignee | ||
Updated•11 years ago
|
Target Milestone: --- → 2014-05-20
You need to log in
before you can comment on or make changes to this bug.
Description
•