Payment Gateway

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!
cs42na
Posts: 1
Joined: 02 Nov 2018, 13:58

Payment Gateway

Post by cs42na » 19 Nov 2018, 15:10

Hello , I have problem implementin a new omnipay payment method. I have imported the ai-payments extension and the omnipay package. I have also imported the omnipay gateway package of my provider (2checkout). I have created a new payment service with omnipay.type = "2Checkout" . When i select the payment method during checkout, and proceed to make the payment , I am getting the error message "/Omnipay/2Checkout/Gateway class not found/" . What else does it needs to be implement as the documentation is not quite clear.

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

Re: Payment Gateway

Post by aimeos » 21 Nov 2018, 09:27

Do you use this one?
https://github.com/collizo4sky/omnipay-2checkout

The old driver is deprecated. With that one, "omnipay.type" should be "TwoCheckoutPlus" and you need to set parameters for "accountNumber" and "secretWord" in the Aimeos admin interface.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply