@thecb/components 10.6.6-beta.1 → 10.6.6-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/util/general.js +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -6306,7 +6306,7 @@ var displayCardBrand = function displayCardBrand(number) {
|
|
|
6306
6306
|
return "Visa";
|
|
6307
6307
|
} else if (/^3[4,7]\d{13}$/.test(number)) {
|
|
6308
6308
|
return "American Express";
|
|
6309
|
-
} else return "Unknown
|
|
6309
|
+
} else return "Unknown";
|
|
6310
6310
|
};
|
|
6311
6311
|
var checkDeniedCards = function checkDeniedCards(name) {
|
|
6312
6312
|
switch (name) {
|