Skip to content

Commit 2959fe7

Browse files
AshRelateIQGitHub Enterprise
authored andcommitted
Merge pull request #31 from a-mcguire/paymenterror
(@W-9133272) Update cvv validality error message
2 parents bc91ac5 + bcdc829 commit 2959fe7

File tree

1 file changed

+1
-1
lines changed
  • examples/lwc/force-app/main/default/lwc/cardPaymentMethod

1 file changed

+1
-1
lines changed

examples/lwc/force-app/main/default/lwc/cardPaymentMethod/constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
export const labels = {
22
InvalidName: 'Enter a valid name.',
33
InvalidCreditCardNumber: 'Enter a valid credit card number.',
4-
InvalidCvv: 'Enter a CVV...',
4+
InvalidCvv: 'Enter a valid CVV.',
55
InvalidCardType: 'Select a card type.',
66
InvalidExpiryMonth: 'Select an expiration month.',
77
InvalidExpiryYear: 'Select an expiration year.',

0 commit comments

Comments
 (0)