#edutomesco-subscriptions

1 messages · Page 1 of 1 (latest)

warm karma
#

Hello! When you say "uncanceling a subscription" can you be more specific - do you have an example request you're making to un-cancel the sub?

whole anvil
#

i mean disable the schedule to cancel

warm karma
#

Gotcha - so you're just setting cancel_at_period_end: false to reactivate/make sure the sub doesn't cancel

whole anvil
#

yes sorry

#

but how can I know the difference

warm karma
#

So if you're getting a customer.subscription.updated event after setting cancel_at_period_end: false then I'd expect to see cancel_at_period_end: true in the previous_attributes in the event

whole anvil
#

Ouuhhh got

#

Amazing! Thanks!