Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Maximum call stach execution #106

Closed
stelasido opened this issue Jul 13, 2019 · 1 comment
Closed

Maximum call stach execution #106

stelasido opened this issue Jul 13, 2019 · 1 comment
Labels

Comments

@stelasido
Copy link

I have simple form that validates CVC and card number and I am checking on click:
console.log(Payment.formatCardCVC(CVCIn.val()));return;, For the first tie when I press the button it works, but if I change the input and press again, I am getting this error:

card-validation.js?ver=1:749 Uncaught RangeError: Maximum call stack size exceeded
at Function.QJ.on (card-validation.js?ver=1:749)

@melloware
Copy link
Collaborator

This seems like a question for Stack Overflow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants