Stripe payment.expiry emty input

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!
mantik
Posts: 89
Joined: 23 Oct 2017, 05:56

Stripe payment.expiry emty input

Post by mantik » 25 Dec 2018, 14:00

Hello whats wrong here?
Fresch and clean instalation of aimeos and aimeos pay

Image

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

Re: Stripe payment.expiry emty input

Post by aimeos » 27 Dec 2018, 12:40

Think, there's something missing similar like this for Stripe:

Code: Select all

		$year = date( 'Y' );
		$feConfig['payment.expirymonth']['default'] = array( 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 );
		$feConfig['payment.expiryyear']['default'] = array( $year, $year+1, $year+2, $year+3, $year+4, $year+5, $year+6, $year+7 );
in getPaymentForm(): https://github.com/aimeoscom/ai-payment ... e.php#L177

For Stripe it's only one field so maybe it's a combined year/month field. Can you see if you get it to work with those hints?
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

mantik
Posts: 89
Joined: 23 Oct 2017, 05:56

Re: Stripe payment.expiry emty input

Post by mantik » 28 Dec 2018, 13:05

Hmmm... i just install aimeos payments: https://extensions.typo3.org/extension/aimeos_pay/
Does the extension not work or its not finish? i have no own templates for stripe. just the standard extenion from you.

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

Re: Stripe payment.expiry emty input

Post by aimeos » 28 Dec 2018, 13:13

There have been several modifications done by contributors in the Stripe class. Maybe that has to be forgotten by someone.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

mantik
Posts: 89
Joined: 23 Oct 2017, 05:56

Re: Stripe payment.expiry emty input

Post by mantik » 28 Dec 2018, 15:10

Will this be fixed soon?

tenkraD
Advanced
Posts: 110
Joined: 25 Jul 2017, 08:38

Re: Stripe payment.expiry emty input

Post by tenkraD » 19 Mar 2019, 21:32

just for info.
the new expiry field on stripe payment hasnt be filled with values.
its an input field not a select box.

Post Reply