Page 1 of 2

Stripe Payment gateway not working

Posted: 31 May 2017, 17:45
by bill
HI

I have installed stripe and followed instruction and I did composer update , and in Aimeo admin I added this as follows: ( see screen shot)

when I check out and click on "buy now" it takes me to enter credit card info WHICH seems to be working fine, so I put the following info for testing .


Now when I click on "Pay Now" I get this :

and when I click on proceed , its stuck doesn't do anything?? do you know what is going on with it anything wrong with my settings

Thanks

Re: Stripe Payment gateway not working

Posted: 31 May 2017, 17:54
by aimeos
Which Aimeos version are you using?

Re: Stripe Payment gateway not working

Posted: 31 May 2017, 17:57
by bill
Hi

I am using this :

"aimeos/aimeos-laravel": "~2017.04",

Here is my composer.json

Code: Select all

 "require": {
        "php": ">=5.6.4",
        "aimeos/aimeos-laravel": "~2017.04",
        "barryvdh/laravel-debugbar": "^2.3",
        "laracasts/utilities": "^2.1",
        "laravel/framework": "5.4.*",
        "laravelcollective/html": "^5.3.0",
        "solarium/solarium": "^3.8",
        "mpociot/couchbase": "^0.2.0",
        "aimeos/ai-payments": "~2017.04",
        "omnipay/stripe": "~2.0"

    },
    "require-dev": {
        "fzaninotto/faker": "~1.4",
        "mockery/mockery": "0.9.*",
        "phpunit/phpunit": "~5.7",
        "symfony/css-selector": "3.1.*",
        "symfony/dom-crawler": "3.1.*"
    },

Re: Stripe Payment gateway not working

Posted: 31 May 2017, 18:08
by bill
Also is it suppose after you fill the credit card info to show you the Proceed button?? it just doesn't make sense to me

Re: Stripe Payment gateway not working

Posted: 31 May 2017, 20:42
by aimeos
I remember there was a pull request on GitHub fixing this issue.
Can you please try dev-master instead of 2017.04?

Re: Stripe Payment gateway not working

Posted: 31 May 2017, 20:48
by bill
So you mean update composer like this

"aimeos/aimeos-laravel": "dev-master",
"aimeos/ai-payments": "dev-master",

/??

Re: Stripe Payment gateway not working

Posted: 31 May 2017, 20:50
by aimeos
Yes. Please run "./artisan aimeos:setup" afterwards so the database schema is automatically updated.

Re: Stripe Payment gateway not working

Posted: 31 May 2017, 20:54
by bill
OK let me try

Re: Stripe Payment gateway not working

Posted: 31 May 2017, 21:10
by bill
it worked now after the update , I see the payment in Stripe

Thanks

Re: Stripe Payment gateway not working

Posted: 31 May 2017, 21:10
by bill
Can I use it with Apple Pay , or that is a separate integration?

Thanks