Payment.expiry input is incomplete

Help for integrating the Laravel package
Forum rules
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
h2jose
Posts: 8
Joined: 04 Jun 2018, 14:45

Payment.expiry input is incomplete

Post by h2jose » 26 Oct 2018, 00:30

Hi, i am using laravel aimeos in a clean setup:

Code: Select all


"aimeos/ai-payments": "^2018.10",
"aimeos/aimeos-laravel": "~2018.10",
"fideloper/proxy": "^4.0",
"laravel/framework": "5.7.*",
"laravel/tinker": "^1.0",
"league/omnipay": "^3.0",
"omnipay/stripe": "^3.0"

In the payment step, i get incomplete the input form to expiry date of credit card:

Image

Why get this form incomplete? Do i need to complete the form?

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

Re: Payment.expiry input is incomplete

Post by aimeos » 26 Oct 2018, 10:21

Shouldn't be related to the Aimeos integration I think. The expiry dates are not limited by Aimeos in any way.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

h2jose
Posts: 8
Joined: 04 Jun 2018, 14:45

Re: Payment.expiry input is incomplete

Post by h2jose » 01 Nov 2018, 15:35

really i don't know what is wrong with stripe installation. I have reinstalled all, a fresh installation from scratch, with dummy demo data:

"aimeos/ai-payments": "^2018.10",
"aimeos/aimeos-laravel": "~2018.10",
"fideloper/proxy": "^4.0",
"laravel/framework": "5.7.*",
"laravel/tinker": "^1.0",
"league/omnipay": "^3.0",
"omnipay/stripe": "^3.0"

In admin i have created the Stripe service:
stripe.publishableKey: ####
stripe.address: 0
stripe.authorize: 0
stripe.testmode: 1
stripe.createtoken: 1

All run fine, only in payment section, the form of view stripe payment is incomplete.

Image


In this aimeos and stripe last version, do i need install manually stripe? is it not full integrated?

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

Re: Payment.expiry input is incomplete

Post by aimeos » 02 Nov 2018, 09:22

Seems like there's a mismatch of the CSS class attribute given to the Stripe Javascript and the class attribute of the input field: https://github.com/aimeoscom/ai-payment ... e.php#L310

Can you check an create a pull request with the correct naming if this is the case?
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply