#mrboboorox-react-error

1 messages · Page 1 of 1 (latest)

willow belfry
#

What error are you getting?

humble heath
#

Something like "alpha 2 iban country is not accepted"

willow belfry
#

What request is this on?

#

Do you have a request id (req_123)

humble heath
#
            .then(TokenResult => {
                const {token, error} = TokenResult
                if (token) {
....
                } else if (error) {
                    form.setFields([
                        {name: 'account_number', errors: [error.message]},
                    ])
                    setLoading(false)
                }
            }) ```
#

i do this

#

stripe.createToken('bank_account'

#

i just want to not get english messages but user locale messages

willow belfry
humble heath
#

Yes i know, i do this:

#

but it seams does not working

#

i have english message with fr locale

#

i think it's only for stripe elements

#

but my useStripe hook are not a stripeElement: