Omnipay Integration
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!
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Omnipay Integration
I want to have an integrated payment for purchasing with credit cards. and I want to use omnipay. my required composer.json array is as follows:
I did try to use multiple providers with no luck of getting it to work. I've registered a new payment service and I've set the option type to ex: "Adyen" or "2c2p" but after I submit the payment form data it gives me an error for example
Where should theat Class be and should I implement it myself?
Code: Select all
"require": {
"php": "^7.2",
"academe/omnipay-adyen": "^3.0",
"aimeos/ai-payments": "~2019.10",
"aimeos/aimeos-laravel": "~2019.10",
"dilab/omnipay-2c2p": "~2.0",
"fideloper/proxy": "^4.0",
"laravel/framework": "^6.0",
"laravel/tinker": "^1.0",
"laravel/ui": "^1.2",
"league/omnipay": "3",
"omnipay/paypal": "^3.0"
},
Code: Select all
Class '\Omnipay\adyen\Gateway' not found
Where should theat Class be and should I implement it myself?
Re: Omnipay Integration
Can you post a screenshot of the service detail panel with your payment provider configuration?
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos,
give us a star
If you like Aimeos,
