pinax / pinax-stripe-light

a payments Django app for Stripe
MIT License
686 stars 285 forks source link

Remove unexisting name from plan data for Synchronizes a plan action #624

Closed andressspinetti closed 5 years ago

andressspinetti commented 5 years ago

What's this PR do?

Remove name from dict used for synchronize a plan.

Any background context you want to provide?

Plan object does not come with name property and makes the plan signals to fail. More information in Stripe Docs: https://stripe.com/docs/api/plans#plan_object

What ticket or issue # does this fix?

Closes #[issue number]

Definition of Done (check if considered and/or addressed):