Stripe plugin create a new customer on subscription.upgrade click.
I have 2 different buttons to subscription.upgrade in my app. After user is registered customer is created in stripe according to createCustomerOnSignUp: true, in plugin config. But when I navigate to one of my 'Subscribe' buttons and click on it -> subscription.upgrade just creates new user in stripe instead of triggering checkout session:
CustomerId also assigned properly to user initially after signup.
Does anyone know why this happens and how to fix it ?
0 Replies