Class '\Omnipay\Klarna\CheckoutGateway' not found

Questions around the TYPO3 integration and plugins
Forum rules
Always add your TYPO3, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
joakim
Posts: 16
Joined: 28 Jan 2016, 09:38

Class '\Omnipay\Klarna\CheckoutGateway' not found

Post by joakim » 28 Apr 2016, 12:51

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

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

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

Post by aimeos » 29 Apr 2016, 08:22

You have to execute

Code: Select all

COMPOSER=composer.aimeos.json composer update --no-dev
to make the new files known to composer
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

derJu
Posts: 47
Joined: 22 Sep 2016, 13:54

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

Post by derJu » 19 Dec 2016, 15:11

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

derJu
Posts: 47
Joined: 22 Sep 2016, 13:54

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

Post by derJu » 19 Dec 2016, 15:32

i run the composer in typo3conf/ext/aimeos_pay is that right?

derJu
Posts: 47
Joined: 22 Sep 2016, 13:54

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

Post by derJu » 19 Dec 2016, 16:50

i run the composer like this an it works

Code: Select all

COMPOSER=composer.aimeos.json composer update

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

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

Post by aimeos » 20 Dec 2016, 22:30

If you use the latest aimeos_pay release, it's only

Code: Select all

composer update --no-dev
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply