Stripe plugin - upgrade() creates two subscriptions instead of updating existing one.
I have two plans, "Starter" and "Pro". If a user upgrades their plan from "Starter" to "Pro" with the upgrade() method, there becomes two active subscriptions at the same time in Stripe (see image attached). This will bill the user for both plans, which isn't correct.

1 Reply
Yeah I got same issue here. Have u found a workaround?