#marcowoldering
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- marcowoldering, 4 days ago, 22 messages
i use laravel and the stripe-php library
I create the new phases and do the following call:
\Stripe\SubscriptionSchedule::update(
$stripeSubscriptionSchedule->id,
[
'phases' => $phases->toArray(),
'proration_behavior' => 'none',
]
);
it updates but the toggle is still on
can you share the Subscription ID (sub_xxx)?
sub_1OMRhTCI7ahsAhgWaVzP7LjW