This commit is contained in:
Kenneth Jannette
2024-01-19 15:08:55 -06:00
parent 372f7ed0ca
commit d64d6c0ff9
3 changed files with 69 additions and 13 deletions

View File

@@ -0,0 +1,6 @@
export const paymentfields = {
cardFirstName: { required: true, label: "First Name", maxLength: 45 },
cardLastName: { required: true, label: "Last Name", maxLength: 45 },
cardNumber: { required: true, label: "Firm", minLength: 2, maxLength: 45 },
cardSecNumber: { required: true, label: "Firm", minLength: 2, maxLength: 45 },
};