#ayowi_
1 messages ยท Page 1 of 1 (latest)
sure ๐
is locale your concern about the error messages? or what is it about the error messages that you want to change?
I want to modify some of the error messages. Currently, when the credit card number is incomplete, it displays โๆจ็้่ๅกๅก่ไธๅฎๆดโ. I hope it shows โๆจ็ๅก่ไธๅฎๆดโ.
unfortunately with Payment Element it's not really possible to change the error messages
so if I still want to customize my error message
what is your suggestion?
use CardNumberElement / CardCvcElment / CardExpiryElement to listening onChange event and handle error my self?
yes that's the other alternative
ok! thanks!