We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi there,
Not sure if its just me, but... on dashboard when I try to "Manage Subscription", I get this:
[ Server ] Error: Cannot enable subscription updates while payment method update is disabled.
And I'm bit confsued by this. I've contacted stripe no logs can be found, seems like this could be an implementation issue from my side.
My database works, useres can register, authenticate, subscribe to a product, but can't manage it - whatever the manage button do.
Anyone mind helping with this please?
The text was updated successfully, but these errors were encountered:
It seems like need to enable payment method via code, not the dashboard:
https://docs.stripe.com/api/customer_portal/configurations/create#create_portal_configuration-features-payment_method_update
And seems like there's a PR for this issue as well: ece666d
Sorry, something went wrong.
I suppose the issue is if the subscription is cancelled, it does not update the plan:
Current Plan: XYZ Billed monthly
Even though customer already cancelled. So there's more functionality thats needed than just adding the missing code.
No branches or pull requests
Hi there,
Not sure if its just me, but... on dashboard when I try to "Manage Subscription", I get this:
And I'm bit confsued by this. I've contacted stripe no logs can be found, seems like this could be an implementation issue from my side.
My database works, useres can register, authenticate, subscribe to a product, but can't manage it - whatever the manage button do.
Anyone mind helping with this please?
The text was updated successfully, but these errors were encountered: