pinax / pinax-stripe-light

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

subscription end points no longer accept a source parameter #614

Closed paltman closed 2 years ago

paltman commented 5 years ago

subscription endpoints no longer accept a source parameter. Changing the default source for a customer we should create a new source using the source creation API and then update the customer to set it as the default through customer update API.