installing ai-payments

How to configure and adapt Aimeos based shops as developer
Forum rules
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
khizar
Posts: 99
Joined: 19 Jan 2021, 09:51

installing ai-payments

Post by khizar » 12 Apr 2021, 06:18

Hey aimeos,
i have integrated aimeos with laravel.
versions:
"aimeos/ai-client-html": "2020.10.x-dev",
"aimeos/aimeos-laravel": "~2020.10",
"laravel/framework": "^8.12",


i want to implement payment provider so for that first i want to install the ai-payments extension.Therefore i ran the command composer req aimeos/ai-payments.which gives me following error

Code: Select all

Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - aimeos/ai-payments[2021.04.1, 2021.04.x-dev] require aimeos/aimeos-core 2021.04.* -> found aimeos/aimeos-core[2021.04.1, 2021.04.2, 2021.04.x-dev] but the package is fixed to 2020.10.16 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
    - Root composer.json requires aimeos/ai-payments ^2021.04 -> satisfiable by aimeos/ai-payments[2021.04.1, 2021.04.x-dev].

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.

i know that it requires the aimeos version 2021 but for now i don't want to upgrade aimeos version so please guide me is there any way to intall ai-payments extension without upgrading aimeos

khizar
Posts: 99
Joined: 19 Jan 2021, 09:51

Re: installing ai-payments

Post by khizar » 12 Apr 2021, 07:37

Hey aimeos,
i have successfully installed ai-payments and OPPWA.i want to implement hyperpay which is supported by opwa.so in order to install opwa i ran commands
composer require aimeos/ai-payments ~2020.10.7
composer req vdbelt/omnipay-oppwa

and it successfully installed but the problem is i cannot see the OPWA provider i provider list
Image
Image

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

Re: installing ai-payments

Post by aimeos » 14 Apr 2021, 08:23

Use "Omnipay" because it's supported by the generic Omnipay integration.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply