Updating a canceled subscription on a future date no longer resets its statusBreaking changes
What’s new
Updating a subscription set to cancel on a future date no longer clears the cancellation status. To clear the cancellation status, specify cancel_at_period_end=false when updating a subscription.
Impact
This change maintains the future cancellation status of a subscription when it’s updated, unless explicitly cleared. You must now specify cancel_
to remove a planned cancellation when updating a subscription. This modification provides more control over subscription cancellation management, but might require updates to existing code that assumes updating a subscription automatically clears its cancellation status.