thephpleague / omnipay

A framework agnostic, multi-gateway payment processing library for PHP 5.6+
http://omnipay.thephpleague.com/
MIT License
5.91k stars 925 forks source link

Call to undefined method Omnipay\Quickpay\Message\Notification::send() #636

Open mahrezo opened 3 years ago

mahrezo commented 3 years ago

I'm using Aimeos extension v19.10.1 with TYPO3 9.5.14 ... I setup the payment gateway to connect my shop with Quickpay Driver, evreyhting is okay except the payment confirmation.

Even the payment approved on my Quickpay account and the amount deducted from the credit card, on my site still I have the following message : Payment status : unfinished

by launching callbackurl I get :

Call to undefined method Omnipay\Quickpay\Message\Notification::send()
in /var/www/example.com/typo3conf/ext/aimeos_pay/Resources/Private/Extensions/ai-payments/lib/custom/src/MShop/Service/Provider/Payment/OmniPay.php line 504

Using the Aimeos extension version 20.10.6 for TYPO3 v9.5.24 and without the 'aimeos_pay' extension

"aimeos/ai-payments": "^2020.10",
"nobrainerweb/omnipay-quickpay": "^3.0"

Give the same error : Screenshot : https://i.ibb.co/Jq3gLwd/eror.jpg