Closed nkeena closed 2 years ago
It's easy to miss, but I mentioned in the docs that the Stripe receiver requires you to install the SDK:
Hey, thanks for replying. I do have the Stripe SDK installed already. Is it a specific version?
Here's what's in my composer.json file
"stripe/stripe-php": "^7.113",
@nkeena Fixed it, there was a regression in the Manager. Thanks!
I've installed the latest version running on Laravel 9 and PHP 8.1.
I'm getting this error message when trying to use the
stripe
driver:Not sure what I'm doing wrong or if this is a bug.
My implementation: