Search found 4 matches

by samking
20 May 2019, 17:49
Forum: Symfony bundle
Topic: Configure Stripe
Replies: 4
Views: 85649

Re: Configure Stripe

Hi, thank you for your reply. I just made test and yes I have the stripe class into the folder. After a composer update I success to access the stripe payment but there is still something that doesn't work... I follow what write in the doc and set my settings like that : https://pasteboard.co/IfBwV0...
by samking
09 May 2019, 12:57
Forum: Symfony bundle
Topic: Configure Stripe
Replies: 4
Views: 85649

Re: Configure Stripe

Thank you for your help.
But I have already install the ai-payments. My config works well with Paypal, so I installed "omnipay/stripe" and load my 2 API's keys but I syill have this error.
by samking
07 May 2019, 13:42
Forum: Symfony bundle
Topic: Configure Stripe
Replies: 4
Views: 85649

Configure Stripe

Hello, I actually try to set up the Stripe payment. I added 'composer.phar require league/omnipay omnipay/stripe ' and made a composer update, then I configured the Stripe payment with my API Public key and secret key but when I want to checkout my basket I have this message : Class "\Aimeos\MS...
by samking
17 Apr 2019, 07:37
Forum: Symfony bundle
Topic: Override doesn't work
Replies: 1
Views: 7435

Override doesn't work

Hello, thank you for your amazing work on aimeos. It works great but I have problems to configure override. I've made an extension as said in this link : https://aimeos.org/docs/Developers/Create_an_extension I made the change in my composer.json and run the composer dump-autoload command, but when ...