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
Specifying an invalid card type (such as "visa" rather than "Visa") causes a crash. This is due to the statement on line 41 of payment.js not correctly checking for invalid parameters:
var mask = this.random_element(this.card_params[vendor]);
The text was updated successfully, but these errors were encountered:
Specifying an invalid card type (such as "visa" rather than "Visa") causes a crash. This is due to the statement on line 41 of payment.js not correctly checking for invalid parameters:
var mask = this.random_element(this.card_params[vendor]);
The text was updated successfully, but these errors were encountered: