@thecb/components 11.1.14-beta.2 → 11.1.14-beta.3
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/package.json
CHANGED
|
@@ -66,7 +66,8 @@ const PaymentFormCard = ({
|
|
|
66
66
|
|
|
67
67
|
const nameOnCardErrors = {
|
|
68
68
|
[required.error]: "Name is required",
|
|
69
|
-
[includesPotentialCardNumber.error]:
|
|
69
|
+
[includesPotentialCardNumber.error]:
|
|
70
|
+
"Please only enter your name or business name"
|
|
70
71
|
};
|
|
71
72
|
const creditCardNumberErrors = {
|
|
72
73
|
[required.error]: "Credit card number is required",
|