Stripe no longer working

Help for integrating the Laravel package
Forum rules
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
flomo
Posts: 52
Joined: 26 Sep 2019, 15:11

Re: Stripe no longer working

Post by flomo » 27 Oct 2020, 08:48

I downloaded your fork as zip file and replaced all files of /vendor/omnipay/stripe, then ran "composer dump-autoload".

But still the same issue: "Call to undefined method Omnipay\Stripe\Message\Response::getPaymentIntentReference() "

flomo
Posts: 52
Joined: 26 Sep 2019, 15:11

Re: Stripe no longer working

Post by flomo » 13 Nov 2020, 09:35

I had to install a completely new instance of aimeos/aimeos-laravel, aimeos/ai-payments and omnipay/stripe to find the issue: the service "type" for Stripe payments has changed from "Stripe" to "Stripe_PaymentIntents".

Just changing this resolved the issue for me.

User avatar
aimeos
Administrator
Posts: 7836
Joined: 01 Jan 1970, 00:00

Re: Stripe no longer working

Post by aimeos » 16 Nov 2020, 13:13

Thank you, your response was very helpful!

We've added a check for the optional getPaymentIntentReference() method now so it should work with "Stripe" again when using aimeos/ai-payments:2020.10.x-dev
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply