You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running manage.py sync_customers is broken and throws an AttributeError: invoices.
File "/pinax/stripe/actions/invoices.py", line 134, in sync_invoices_for_customer
for invoice in customer.stripe_customer.invoices().data:
File "/stripe/stripe_object.py", line 85, in __getattr__
raise AttributeError(*err.args)
AttributeError: invoices
I first noticed this after upgrading to pinax-stripe 4.4.0 and stripe-python 2.4.0.