Closed
Bug 849912
Opened 10 years ago
Closed 10 years ago
KeyError: amount. Webpay error for successful Bango purchase
Categories
(Marketplace Graveyard :: Payments/Refunds, defect, P1)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: kumar, Assigned: kumar)
References
Details
HttpServerError: Server Error 500: https://payments.allizom.org/bango/notification/ Content: {"error_code": "KeyError", "error_data": {}, "error_message": "'amount'"} More info: http://sentry.dmz.phx1.mozilla.com/amo-ops/marketplace-stage-webpay/group/11855/ Jorge found this while testing. The URL was: https://marketplace.allizom.org/mozpay/bango/success?ResponseCode=OK&ResponseMessage=Success&BangoUserId=1567997845&MerchantTransactionId=webpay%3acf79057a-dc3e-4237-a48b-3597643b9af4&BangoTransactionId=1122772065&TransactionMethods=ESP_MOVISTAR%2cTelefonica+Spain%2cTESTPAY%2cTest+Pay&BillingConfigurationId=5195690&MozSignature=2928d4a2b937c1a5c0dbaf10354926c2da6f02460a9a5df63abe1fbc0287e1cd&Currency=EUR&Network=ESP_MOVISTAR&Price=0%2c79&P=
Assignee | ||
Updated•10 years ago
|
Blocks: marketplace-payments
Severity: normal → critical
Priority: -- → P1
Target Milestone: --- → 2013-03-14
Assignee | ||
Comment 1•10 years ago
|
||
Actually, this happened because our stage servers were out of sync but we fixed that in bug 846930 Jorge, can you try testing it again? This specific error was fixed a while ago in this revision but the code had not been deployed. https://github.com/mozilla/solitude/commit/570c8fc4
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Assignee: nobody → amckay
Comment 2•10 years ago
|
||
Hi Kumar, we have being with Fernando testing with "Private Yatch" and the error was always that there was a Payment Failure. Will try again on Monday. Can you tell us how to get the info from HTTP identity logs? Best
Assignee | ||
Comment 3•10 years ago
|
||
Hmm, maybe this is something specific to MobileID again. I don't see any errors in our logs. I run `ezboot http` to capture HTTP logs on device: https://github.com/kumar303/ezboot This starts up B2G with some env vars then pulls down the log file afterward: https://github.com/kumar303/ezboot/blob/master/ezboot/__init__.py#L200-L202 More docs are here: https://developer.mozilla.org/en-US/docs/Mozilla/Debugging/HTTP_logging#Firefox_OS_phones If you can produce the logs I'd like to take a look.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Updated•10 years ago
|
Assignee: amckay → nobody
Updated•10 years ago
|
Assignee: nobody → kumar.mcmillan
Target Milestone: 2013-03-14 → ---
Assignee | ||
Comment 4•10 years ago
|
||
I haven't seen this specific error in our logs for more than 60 days and it didn't come up during the test week so I think we are receiving the right query string from Bango now.
Status: REOPENED → RESOLVED
Closed: 10 years ago → 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•