Closed Bug 804821 Opened 12 years ago Closed 12 years ago

TypeError when changing PIN

Categories

(Marketplace Graveyard :: Payments/Refunds, defect)

x86
macOS
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED
2012-10-25

People

(Reporter: kumar, Assigned: wraithan)

References

Details

Got this when trying to change PINs from webpay. I was running solitude master locally.

Traceback:
File "/Users/kumar/Envs/webpay/lib/python2.6/site-packages/django/core/handlers/base.py" in get_response
  111.                         response = callback(request, *callback_args, **callback_kwargs)
File "/Users/kumar/dev/webpay/webpay/pin/views.py" in change
  52.             client.change_pin(stub_uuid, form.cleaned_data['new_pin'])
File "/Users/kumar/dev/webpay/lib/solitude/api.py" in change_pin
  33.         buyer['pin'] = pin

Exception Type: TypeError at /mozpay/pin/change
Exception Value: 'str' object does not support item assignment
Assignee: nobody → xwraithanx
Blocks: 795105
Target Milestone: --- → 2012-10-25
https://github.com/mozilla/webpay/commit/d4ad4ca5fa5790718ac56d9992ab40faf25076da
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.