In the update view (in the marty app), where is stripe_id in user.stripe_id coming from on line 24?
https://github.com/GoodCloud/django-zebra/blob/master/zebra_sample_project/marty/views.py
I am following this example, but when I submit the payment form I get this error:
"'User' object has no attribute 'stripe_id'"