solved Changes to Subscription Blocked By Stripe

blindmime
@blindmime
6 years ago
772 posts
How do I change a subscription? I've set one up but now the price and other details say "changes locked by Stripe".
updated by @blindmime: 07/21/18 10:51:37PM
michael
@michael
6 years ago
7,692 posts
In the 'plan_modify' function its checking if the payment processor is stripe and if it is those options are disabled. "changes locked by stripe".

So it appears that you can not modify a subscription when stripe is the payment processor. Try creating a new plan.
brian
@brian
6 years ago
10,136 posts
blindmime:
How do I change a subscription? I've set one up but now the price and other details say "changes locked by Stripe".

Once a Stripe plan has a paying customer on it some of the features of the plan cannot be changed - you'll need to create a new plan like Michael has outlined.


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
blindmime
@blindmime
6 years ago
772 posts
Makes sense. It actually shows locked immediately after creating the plan; which is a new thing, I think. I don't have any paying subscribers.

Tags