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
I hvae been following your documentation step by step. However, when I tried to Record Feature Usage using the code below:
$user->subscriptionUsage('main')->record('listings', 2);,
$user->subscriptionUsage('main')->record('listings', 2);
I get the error below:
Czechbox/LaravelPlans/Exceptions/InvalidPlanFeatureException with message 'Invalid plan feature: listings'
I am using Laravel Framework 7.29.2 Can you help me fix this issue. Thanks.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I hvae been following your documentation step by step. However, when I tried to Record Feature Usage using the code below:
$user->subscriptionUsage('main')->record('listings', 2);
,I get the error below:
Czechbox/LaravelPlans/Exceptions/InvalidPlanFeatureException with message 'Invalid plan feature: listings'
I am using Laravel Framework 7.29.2
Can you help me fix this issue. Thanks.
The text was updated successfully, but these errors were encountered: