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'm migrating from 6.41 to 7.36.
Problem occurred when using autoPagingIterator on a subscriptions collection coming from a StripeClient. I didn't try on other types.
The last subscription status from first iteration is cancelled.
When using StripeClient version, I get the following error : "No such subscription: sub_XXXX"
Explanation
StripeClient autoPagingIterator does not forward $param from the initial request.
See $param argument values from the ApiRequestor::request() function.
Hi there.
I'm migrating from 6.41 to 7.36.
Problem occurred when using autoPagingIterator on a subscriptions collection coming from a StripeClient. I didn't try on other types.
Usages
Problem
The last subscription status from first iteration is
cancelled
.When using StripeClient version, I get the following error : "No such subscription: sub_XXXX"
Explanation
StripeClient autoPagingIterator does not forward
$param
from the initial request.See
$param
argument values from theApiRequestor::request()
function.Legacy version
StripeClient version
Edit : Explanation legacy / StripeClient have been inverted. Problem is still the same.
The text was updated successfully, but these errors were encountered: