Skip to content

un-cancel a subscription - #750

Draft
mitchelljkotler wants to merge 5 commits into
release-billing-uifrom
re-subscribe
Draft

un-cancel a subscription#750
mitchelljkotler wants to merge 5 commits into
release-billing-uifrom
re-subscribe

Conversation

@mitchelljkotler

Copy link
Copy Markdown
Member

Addresses issue #736

@allanlasser
allanlasser temporarily deployed to squarelet-pi-re-subscri-d4qjnr July 23, 2026 18:41 Inactive

@allanlasser allanlasser left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should check for an existing payment method on the account when resuming a subscription. If one doesn't exist, show an error message and redirect to the new organizations/<slug>/card route.

@mitchelljkotler
mitchelljkotler temporarily deployed to squarelet-pi-re-subscri-d4qjnr July 24, 2026 20:41 Inactive
@allanlasser
allanlasser changed the base branch from master to release-billing-ui July 28, 2026 21:45
Comment on lines +188 to +192
return stripe.Subscription.modify(
stripe_subscription.id,
cancel_at_period_end=False,
cancel_at="",
)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This throws an error: Received both cancel_at_period_end and cancel_at parameters. Please pass in only one. Removing either one seems to fix it, but I’m not sure if it makes a difference on Stripe's end.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants