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
Right now, the Subscription Update API doesn't seem to support billing_cycle_anchor as it throws the following:
localstripe_1 | TypeError: _update() got an unexpected keyword argument 'billing_cycle_anchor'
I'm not sure how complex the support for this might be, however, as changing the billing_cycle would in theory also create a new invoice and attempt a payment ?
The text was updated successfully, but these errors were encountered:
Right now, the Subscription Update API doesn't seem to support
billing_cycle_anchor
as it throws the following:I'm not sure how complex the support for this might be, however, as changing the
billing_cycle
would in theory also create a new invoice and attempt a payment ?The text was updated successfully, but these errors were encountered: