We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 824b005 commit d55fa28Copy full SHA for d55fa28
app/code/Magento/Payment/view/base/web/js/model/credit-card-validation/validator.js
@@ -49,6 +49,7 @@
49
50
/**
51
* Validate credit card number based on mod 10
52
+ *
53
* @param {*} number - credit card number
54
* @return {Boolean}
55
*/
@@ -61,6 +62,7 @@
61
62
63
64
* Validate credit card expiration month
65
66
* @param {String} date - month
67
68
@@ -73,7 +75,8 @@
73
75
74
76
77
* Validate cvv
- * @param {String} cvv - month
78
79
+ * @param {String} cvv - card verification value
80
81
82
function (cvv) {
@@ -87,6 +90,7 @@
87
90
88
91
89
92
* Validate credit card expiration year
93
94
* @param {String} date - year
95
96
0 commit comments