Closed
Bug 1001087
Opened 11 years ago
Closed 11 years ago
ObjectDoesNotExist when setting up in-app payments for Boku
Categories
(Marketplace Graveyard :: Payments/Refunds, defect, P1)
Tracking
(Not tracked)
VERIFIED
FIXED
2014-05-13
People
(Reporter: kumar, Assigned: kumar)
References
Details
When configuring an app for Boku you cannot get an in-app key/secret because of this exception: http://sentry.dmz.phx1.mozilla.com/addons/marketplace-dev/group/19018/
I think that's because the page is looking for a Bango product.
Stacktrace (most recent call last):
File "django/core/handlers/base.py", line 114, in get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "newrelic/hooks/framework_django.py", line 492, in wrapper
return wrapped(*args, **kwargs)
File "amo/decorators.py", line 165, in wrapper
return f(*args, **kw)
File "amo/decorators.py", line 152, in __call__
return self.f(*args, **kw)
File "amo/decorators.py", line 32, in wrapper
return func(request, *args, **kw)
File "addons/decorators.py", line 32, in wrapper
return f(request, addon, *args, **kw)
File "amo/decorators.py", line 32, in wrapper
return func(request, *args, **kw)
File "mkt/developers/decorators.py", line 65, in wrapper
return fun()
File "mkt/developers/decorators.py", line 28, in <lambda>
*args, **kw)
File "mkt/developers/views_payments.py", line 373, in inner
return render_view(request, addon_id, addon, *args, **kwargs)
File "mkt/developers/views_payments.py", line 402, in in_app_config
seller_config = get_seller_product(account)
File "mkt/developers/views_payments.py", line 478, in get_seller_product
.product(uri_to_pk(account.product_uri))
File "curling/lib.py", line 251, in get_object_or_404
raise ObjectDoesNotExist
Updated•11 years ago
|
Assignee: nobody → kumar.mcmillan
Assignee | ||
Comment 1•11 years ago
|
||
in-app config screens needed re-working to use addon.solitude_public_id
https://github.com/mozilla/zamboni/commit/d0bd4bbdde0090feee9eae378f71799fbe4bf17e
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → 2014-05-13
Comment 2•11 years ago
|
||
I could set in-app payments for a paid app, open the In-App Payments page and then view the Application Key and the Application Secret. Also i could reset the Application Secret.
Please view this screencast: http://screencast.com/t/EeveoTGLgtmN
Is there anything else we should look into regarding this issue?
Flags: needinfo?(kumar.mcmillan)
Assignee | ||
Comment 3•11 years ago
|
||
Nope, that's it. Thanks for verifying!
Flags: needinfo?(kumar.mcmillan)
Comment 4•11 years ago
|
||
(In reply to Kumar McMillan [:kumar] (needinfo for quickness) from comment #3)
> Nope, that's it. Thanks for verifying!
Ok, thank you!
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•