Skip to content

manage.py sync_customers broken - AttributeError: invoices #582

@mcastle

Description

@mcastle

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions