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
{{ message }}
This repository has been archived by the owner on Feb 2, 2022. It is now read-only.
When calling swapNextCycle() the same way as swap(), it is returning an error. Whereas swap() is working.
Argument 1 passed to Laravel\Cashier\Subscription::scheduleNewOrderItemAt() must be an instance of Carbon\Carbon, null given, called in /vendor/laravel/cashier-mollie/src/Subscription.php on line 246
What should I do?
The text was updated successfully, but these errors were encountered:
If I'm correct, $cycle_ends_at can only be null if the subscription has been cancelled. Could that be your case? Maybe if you resume the subscription in the proper way (https://github.com/laravel/cashier-mollie#resuming-subscriptions), your issue should be resolved.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When calling swapNextCycle() the same way as swap(), it is returning an error. Whereas swap() is working.
Argument 1 passed to Laravel\Cashier\Subscription::scheduleNewOrderItemAt() must be an instance of Carbon\Carbon, null given, called in /vendor/laravel/cashier-mollie/src/Subscription.php on line 246
What should I do?
The text was updated successfully, but these errors were encountered: