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 am calling this via \Stripe\UsageRecord::create
and it had always worked before (haven't tested for some time).
Now it just returns Call to undefined method Stripe\UsageRecord::create()
I can't find any information on why this suddenly stops working?
The text was updated successfully, but these errors were encountered:
Hello @rxng,
\Stripe\UsageRecord::create() was removed in Sep 2019 with the release of stripe-php 7.0.0.
\Stripe\UsageRecord::create()
You can use \Stripe\SubscriptionItem::createUsageRecord instead. See the migration guide
\Stripe\SubscriptionItem::createUsageRecord
Sorry, something went wrong.
No branches or pull requests
I am calling this via \Stripe\UsageRecord::create
and it had always worked before (haven't tested for some time).
Now it just returns Call to undefined method Stripe\UsageRecord::create()
I can't find any information on why this suddenly stops working?
The text was updated successfully, but these errors were encountered: