We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It would be nice to have a getter on the Billable trait that returns true if a user is subscribed (to anything). Similar to
Billable
public function subscribed($subscription = 'default', $plan = null)
but it would return true if a user has any active subscription.
The text was updated successfully, but these errors were encountered:
Hi @ignaciocunado ,
Thanks for this ticket. I agree with the use case, not sure about the implementation yet. We'll look into it.
Sorry, something went wrong.
Thanks. Do let me know if you would like me to change something.
Successfully merging a pull request may close this issue.
It would be nice to have a getter on the
Billable
trait that returns true if a user is subscribed (to anything). Similar tobut it would return true if a user has any active subscription.
The text was updated successfully, but these errors were encountered: