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
The documentation states the following for $user->subscribed():
This method, as well as the subscribed method, will return true if your subscription is active, on trial, past due, paused for free or on >> its cancelled grace period <<.
However, neither subscribed() nor $subscription->valid() actually check if the grace period is over.
Lemon Squeezy for Laravel Version
1.7
Laravel Version
10
PHP Version
8.3
Description
The documentation states the following for
$user->subscribed()
:However, neither
subscribed()
nor$subscription->valid()
actually check if the grace period is over.cancelled()
needs to check if the grace period is over, otherwisesubscribed()
returns true, even if the user is already completely cancelled.Steps To Reproduce
subscribed()
The text was updated successfully, but these errors were encountered: