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
Hi author, thanks for this cool contribution to work with Stripe. It's work for me!
But I have a little issue in file yii2mod/yii2-cashier/models/SubscriptionModel.php line 328 in function cancel():
$subscription->cancel(['at_period_end' => true]);
I get an error that "at_period_end is not a valid param". I just change to $subscription->cancel(); And it work.
The text was updated successfully, but these errors were encountered:
Hi author, thanks for this cool contribution to work with Stripe. It's work for me!
But I have a little issue in file yii2mod/yii2-cashier/models/SubscriptionModel.php line 328 in function cancel():
$subscription->cancel(['at_period_end' => true]);
I get an error that "at_period_end is not a valid param". I just change to $subscription->cancel(); And it work.
The text was updated successfully, but these errors were encountered: