Level 10
Without an example of your code I'm not sure this will be helpful. Though I'll try to provide some tips:
When changing plans you should use:
$user->subscription('main')->swap('provider-plan-id');
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
I am using "laravel/cashier": "~6.0" in my application. I have two stripe plan . When i try to upgrade my plan its show this error: https://user-images.githubusercontent.com/24843288/36137696-9dcfc60c-10c0-11e8-8742-1158aa3610a7.png
Please or to participate in this conversation.