Omnipay Integration

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!
Amir
Posts: 13
Joined: 15 Feb 2020, 16:30

Omnipay Integration

Post by Amir » 22 Feb 2020, 12:58

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:

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"
    },
    
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

Code: Select all

  Class '\Omnipay\adyen\Gateway' not found
 

Where should theat Class be and should I implement it myself?

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

Re: Omnipay Integration

Post by aimeos » 24 Feb 2020, 08:29

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, Image give us a star

Post Reply