integration of aimeos_pay
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!
Always add your TYPO3, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
-
- Posts: 60
- Joined: 18 Jan 2016, 10:29
integration of aimeos_pay
Hello,
I tried to integrate aimeos_pay typo3 extension to my Aimeos web shop 2.4.3 but I suppose I miss something.
I installed the extension ai-payments in regular way as Typo3 extension (not composer ) and when I try to enter a new Payment , I see the following error
Class "MShop_Service_Provider_Payment_Omnipay" not available . If I put down "Widecard" - it is the same
I tried with Wirecard, because I want to use wirecard as payment gateway.
Could you tell what I do wrong
thanks
I tried to integrate aimeos_pay typo3 extension to my Aimeos web shop 2.4.3 but I suppose I miss something.
I installed the extension ai-payments in regular way as Typo3 extension (not composer ) and when I try to enter a new Payment , I see the following error
Class "MShop_Service_Provider_Payment_Omnipay" not available . If I put down "Widecard" - it is the same
I tried with Wirecard, because I want to use wirecard as payment gateway.
Could you tell what I do wrong
thanks
Re: integration of aimeos_pay
Please do not install composer extensions manually in TYPO3!crazyforester wrote: I tried to integrate aimeos_pay typo3 extension to my Aimeos web shop 2.4.3 but I suppose I miss something.
I installed the extension ai-payments in regular way as Typo3 extension (not composer ) and when I try to enter a new Payment , I see the following error
Class "MShop_Service_Provider_Payment_Omnipay" not available .
You only need to install the aimeos and aimeos_pay extensions. Afterwards, the Omnipay drivers will be available automatically.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos,
give us a star
If you like Aimeos,

-
- Posts: 60
- Joined: 18 Jan 2016, 10:29
Re: integration of aimeos_pay
Yes, that's right. I have installed them in regular way as Typo3 extensions.
I entered a new Payment "OmniPay" and I could not undestand what is the right Omnipay driver for omnipay.type=
I have as a result "Class '\Omnipay...." not found
I would like to initialize wirecard
I couldn't find an example
I entered a new Payment "OmniPay" and I could not undestand what is the right Omnipay driver for omnipay.type=
I have as a result "Class '\Omnipay...." not found
I would like to initialize wirecard
I couldn't find an example
Re: integration of aimeos_pay
Omnipay drivers are named according to their namespaces/classes, which is "Wirecard" in your case.crazyforester wrote:Yes, that's right. I have installed them in regular way as Typo3 extensions.
I entered a new Payment "OmniPay" and I could not undestand what is the right Omnipay driver for omnipay.type=
Omnipay gateways without an own implementation must be configured according tocrazyforester wrote: I have as a result "Class '\Omnipay...." not found
I would like to initialize wirecard
I couldn't find an example
https://aimeos.org/docs/User_Manual/Adm ... st#Omnipay
Here are the expected Wirecard parameters:
https://github.com/igaponov/omnipay-wir ... ay.php#L30
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos,
give us a star
If you like Aimeos,

-
- Posts: 60
- Joined: 18 Jan 2016, 10:29
Re: integration of aimeos_pay
Yes, drivers are according their namespace "Wirecard"
I have entered the expected Wirecard parameters:
https://github.com/igaponov/omnipay-wir ... ay.php#L30
'username' => 'D***',
'password' => 'j***,
'signature' => 'B8AKTP***',
and when I get to the final step , after I have select payment Wirecard in my case and have checked terms
then I see
Server error 500
and
....id=27&ai%5Bcontroller%5D=checkout&ai%5Baction%5D=index&ai%5Bc_step%5D=order. It may be down for maintenance or configured incorrectly.
I work fine with other payment method
I have entered the expected Wirecard parameters:
https://github.com/igaponov/omnipay-wir ... ay.php#L30
'username' => 'D***',
'password' => 'j***,
'signature' => 'B8AKTP***',
and when I get to the final step , after I have select payment Wirecard in my case and have checked terms
then I see
Server error 500
and
....id=27&ai%5Bcontroller%5D=checkout&ai%5Baction%5D=index&ai%5Bc_step%5D=order. It may be down for maintenance or configured incorrectly.
I work fine with other payment method
Re: integration of aimeos_pay
Looks like the Omnipay Wirecard driver causes a fatal error. Do you have more information about that in your logs?crazyforester wrote: Server error 500
I work fine with other payment method
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos,
give us a star
If you like Aimeos,

-
- Posts: 60
- Joined: 18 Jan 2016, 10:29
Re: integration of aimeos_pay
I think the problem is in omnipay
here is the error
Fatal error: Call to a member function serialize() on a non-object in /html/typo3/typo3conf/ext/aimeos_pay/Resources/Libraries/igaponov/omnipay-wirecard/src/Message/AbstractRequest.php on line 171
here is the error
Fatal error: Call to a member function serialize() on a non-object in /html/typo3/typo3conf/ext/aimeos_pay/Resources/Libraries/igaponov/omnipay-wirecard/src/Message/AbstractRequest.php on line 171
Re: integration of aimeos_pay
Can you give me an example of integration? why can't i save changes, every time i try i get the "attached image" error, even if i deleted the row from db. table?
Thanks.
- Attachments
-
- wirecard.png (35.1 KiB) Viewed 17313 times
Re: integration of aimeos_pay
You already have a payment service entry with the code "Wirecard" in you database.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos,
give us a star
If you like Aimeos,

Re: integration of aimeos_pay
Class "MShop_Service_Provider_Payment_Wirecard" not available
getting the same error, but it saves anyway, i deleted and created again, but the error stays.
getting the same error, but it saves anyway, i deleted and created again, but the error stays.