more
This commit is contained in:
@@ -19,19 +19,19 @@ export const paymentfields = {
|
||||
},
|
||||
cardCvvCode: {
|
||||
required: true,
|
||||
label: "Card CVV Number",
|
||||
label: "CVV Number",
|
||||
maxLength: 5,
|
||||
type: "cardCvvCode",
|
||||
},
|
||||
cardExpirationMonth: {
|
||||
required: true,
|
||||
label: "Card Expiration Month",
|
||||
label: "Month",
|
||||
maxLength: 2,
|
||||
type: "cardExpirationMonth",
|
||||
},
|
||||
cardExpirationYear: {
|
||||
required: true,
|
||||
label: "Card Expiration Year",
|
||||
label: "Year",
|
||||
maxLength: 4,
|
||||
type: "cardExpirationYear",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user