#anadalg

1 messages · Page 1 of 1 (latest)

sullen mulchBOT
heady hill
#

Hello 👋
A subscription schedule isn't automatically generated when you update the subscription by calling the API manually (POST /v1/subscriptions/{subscription_id} with the option "cancel_at_period_end" set to True)

In order to remove the cancellation, you'd make another request to POST /v1/subscriptions/{subscription_id} with the option "cancel_at_period_end" set to false

spare galleon
#

Great! easier than I expected. Thank you!