You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I created a "Multiplan Subscription" and wanted to increase the number with incrementAndInvoice(), but I always get the following error (see printscreen attached). I also tried with incrementQuantity() but I get the same error.
With $stripeSubscriptionItem->subscription I get the subscriptions.stripe_id and can't read a status here.
Description:
I created a "Multiplan Subscription" and wanted to increase the number with incrementAndInvoice(), but I always get the following error (see printscreen attached). I also tried with incrementQuantity() but I get the same error.
With $stripeSubscriptionItem->subscription I get the subscriptions.stripe_id and can't read a status here.
Thanks for the correction.
Steps To Reproduce:
$subscription->subscription('default')->incrementAndInvoice(2, 'price_monthly');
The text was updated successfully, but these errors were encountered: