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
If I try to update the quantity of an existing subscription, and then invoice them immediately (this only applies when increasing their quantity) like so:
invalid_request_error - pending_invoice_items_behavior You may only specify one of these parameters: pending_invoice_items_behavior, subscription.
It looks like \Laravel\Cashier\Concerns\ManagesInvoices.php:122 might be out of date in terms of how it operates? More likely I missed something in the upgrade guide, since this used to work just fine in before v14.
The text was updated successfully, but these errors were encountered:
Description:
If I try to update the quantity of an existing subscription, and then invoice them immediately (this only applies when increasing their quantity) like so:
I get the following error in stripe:
invalid_request_error - pending_invoice_items_behavior You may only specify one of these parameters: pending_invoice_items_behavior, subscription.
It looks like
\Laravel\Cashier\Concerns\ManagesInvoices.php:122
might be out of date in terms of how it operates? More likely I missed something in the upgrade guide, since this used to work just fine in before v14.The text was updated successfully, but these errors were encountered: