Page 1 of 1

Class '\Omnipay\Klarna\CheckoutGateway' not found

Posted: 28 Apr 2016, 12:51
by joakim
I downloaded Klarna driver from GitHub

Copied contents to typo3conf/ext/aimeos_pay/Resources/Libraries/omnipay/klarna

Added service in Aimeos: Screenshot

When checkout in webshop, I only get:
Class '\Omnipay\Klarna\CheckoutGateway' not found
Using Aimeos webshop with Typo3

Re: Class '\Omnipay\Klarna\CheckoutGateway' not found

Posted: 29 Apr 2016, 08:22
by aimeos
You have to execute

Code: Select all

COMPOSER=composer.aimeos.json composer update --no-dev
to make the new files known to composer

Re: Class '\Omnipay\Klarna\CheckoutGateway' not found

Posted: 19 Dec 2016, 15:11
by derJu
Hi Aimeos
Hab das selbe Problem obwohl ich den Composer durchgeführt habe.

Code: Select all

Class '\Omnipay\Postfinance\Gateway' not found
Vielleicht hast du mir ein Tipp wie man das auf die schnelle lösen kann?

Wo ran kann das noch liegen?

LG - derJu

Re: Class '\Omnipay\Klarna\CheckoutGateway' not found

Posted: 19 Dec 2016, 15:32
by derJu
i run the composer in typo3conf/ext/aimeos_pay is that right?

Re: Class '\Omnipay\Klarna\CheckoutGateway' not found

Posted: 19 Dec 2016, 16:50
by derJu
i run the composer like this an it works

Code: Select all

COMPOSER=composer.aimeos.json composer update

Re: Class '\Omnipay\Klarna\CheckoutGateway' not found

Posted: 20 Dec 2016, 22:30
by aimeos
If you use the latest aimeos_pay release, it's only

Code: Select all

composer update --no-dev