MercadoPago.js - Form could not be submitted #173
-
Hi! im presenting this error without any code change on my checkout API Im looking up for error code but i cant find any that describe this problem we have running this implementation of the api like 3 years or so |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 2 replies
-
Good afternoon! Do you have more error details to share? Can you share the application link so I can see the error as it happens and simulate? Thanks |
Beta Was this translation helpful? Give feedback.
-
Hi, of course! when you try to make the payment its when the error displays it displays token handling error to in the javascript console here's the link: https://www.mudango.com/payment_methods/mercado_pago/client_payment/rYkBrbDbm599tcKiMoDrtUjv |
Beta Was this translation helpful? Give feedback.
-
checking your code, I realized that you have more than one instance of the The problem is happening, because when making the payment, the validations are being sent from the first To resolve, it is necessary to remove one of the |
Beta Was this translation helpful? Give feedback.
-
We are always working on improvements to our SDK, so there were probably some changes, yes, but we cannot guarantee the operation of an integration that does not comply with our documentation, thank you for your understanding. Thanks for getting in touch, see you later! |
Beta Was this translation helpful? Give feedback.
checking your code, I realized that you have more than one instance of the
cardform
, today it is not possible to have more than one instance ofcardform
on the same screen, one of the implementations is displaying for the user, and the other hasdisplay: none
, follow print.The problem is happening, because when making the payment, the validations are being sent from the first
cardform
, (which hasdisplay:none
).To resolve, it is necessary to remove one of the
cardform
from the screen.