Skip to content

Commit d5fc468

Browse files
author
Myztiq
committed
Removed zip code validation
1 parent 248adc4 commit d5fc468

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

client/directives/modals/settingsModal/forms/billingForm/changePaymentForm/changePaymentForm.jade

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,7 @@ form.padding-md(
9999
ng-model = "CPFC.card.address_zip"
100100
inputmode = "numeric"
101101
maxlength = "5"
102-
required
103102
spellcheck = "false"
104-
ng-pattern="/^[0-9]{5}$/"
105103
ng-disabled="$root.isLoading.savePayment"
106104
)
107105

0 commit comments

Comments
 (0)