Skip to content

Commit

Permalink
PagBank 😍 Magento
Browse files Browse the repository at this point in the history
- fixed pattern
  • Loading branch information
elisei committed Oct 22, 2024
1 parent 61d5241 commit 07859ad
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions view/frontend/web/template/payment/cc-form.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@
title: $t('Credit Card Number'),
maxlength: '26',
minlength: '8',
pattern: '^[0-9\\s]+$',
placeholder: $t('Credit Card Number'),
'data-container': getCode() + '-cc-number',
'data-validate': JSON.stringify({
Expand Down Expand Up @@ -128,7 +127,6 @@
autocomplete: 'cc-csc',
maxlength: '4',
minlength: '3',
pattern: '^[0-9]+$',
title: $t('CVV - Card Verification Number'),
placeholder: $t('CVV - Card Verification Number'),
'data-container': getCode() + '-cc-cvv',
Expand Down Expand Up @@ -204,7 +202,6 @@
autocomplete: 'cc-name',
maxlength: '26',
minlength: '3',
pattern: '^[a-zA-Z\\s]+$',
id: getCode() + '_cardholder_name',
title: $t('Credit Card Holder Full Name'),
placeholder: $t('Credit Card Holder Full Name'),
Expand Down

0 comments on commit 07859ad

Please sign in to comment.