Closed Bug 853164 Opened 11 years ago Closed 11 years ago

[traceback] HttpClientError: Client Error 400: https://payments-dev.allizom.org/bango/premium/ Content: {'__b..

Categories

(Marketplace Graveyard :: Payments/Refunds, defect, P2)

defect

Tracking

(Not tracked)

RESOLVED WORKSFORME

People

(Reporter: krupa.mozbugs, Assigned: andy+bugzilla)

References

()

Details

steps to reproduce:
1. Load https://marketplace-dev.allizom.org/developers/app/test-app-dog6/payments/
2. Select price tier = 30 and a bank account and save changes

traceback details:
...
  File "mkt/developers/views_payments.py", line 81, in payments
    bango_account_list_form.save()
  File "mkt/developers/forms_payments.py", line 385, in save
    payment_account=self.cleaned_data['accounts'])
  File "mkt/developers/models.py", line 211, in create
    product_uri, addon, payment_account, secret)
  File "mkt/developers/models.py", line 248, in _create_bango
    bango_number, product_uri, float(addon.addonpremium.price.price))
  File "mkt/developers/models.py", line 260, in _push_bango_premium
    'seller_product_bango': product_uri})

sentry: http://sentry.dmz.phx1.mozilla.com/addons/marketplace-dev/group/12524/
HttpClientError: Client Error 400: https://payments.allizom.org/bango/premium/
Content: {'__bango__': 'PRICE_EXCEEDED', '__type__': 'bango', '__all__': ['The specified price point exceeds the maximum price point supported for that currency']}


Happens with price tier 17 as well.

See http://sentry.dmz.phx1.mozilla.com/addons/marketplace-stage/group/13422/
Component: Developer Pages → Payments/Refunds
Presumably that's 39.99 and 49.99 which translates into 37.99 and 47.29 EUR. There's a few API called about GetMaximumPricePoint, UpdatePricePoint and so on. Not sure if they are relevant for this though.
Priority: -- → P2
Assignee: nobody → amckay
These price tiers don't exist anymore. Problem solved.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.