You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From what I can tell in checkoutcom_card_payment.js, cardholder name is set by addFramesEvents which is called after render when the payment method is selected.
The card payment method is the default one so it's called when the form is loaded and kind of blank.
I think the CARD_VALIDATION_CHANGED event handler needs to be revised but I don't have time to dig into the documentation. but from what I've read so far, you're not setting the billing address with the cardholder which can cause issues too.
The text was updated successfully, but these errors were encountered:
We have provided a preventive bug fix for this issue in the latest 3.1.1 version of the extension.
Can you please have a look at it and inform us of the resolution of your issue?
From what I can tell in checkoutcom_card_payment.js, cardholder name is set by addFramesEvents which is called after render when the payment method is selected.
The card payment method is the default one so it's called when the form is loaded and kind of blank.
I think the CARD_VALIDATION_CHANGED event handler needs to be revised but I don't have time to dig into the documentation. but from what I've read so far, you're not setting the billing address with the cardholder which can cause issues too.
The text was updated successfully, but these errors were encountered: