tastyigniter / ti-ext-payregister

Payment system for TastyIgniter. Allows you to accept credit card payments using payment gateway supplied by this extension or others.
MIT License
8 stars 21 forks source link

Stripe card fields should be translatable #24

Closed pablogfb closed 3 years ago

pablogfb commented 3 years ago

Expected behavior: Stripe fields language should be elegible Actual behavior: Those fields are always in EN

assets/process.stripe.js[22] adding locale as an option works. for example: this.stripe = Stripe(this.options.publishableKey, {locale: 'es'})

It might be added in the payment method settings

ryanmitchell commented 3 years ago

This has been implemented