mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-25 02:00:10 +02:00
Merge pull request #6754 from overleaf/ds-subscription-address-length
Updated maxlength of subscription address field GitOrigin-RevId: b08717a4e0e052e1c2fa92308767dfea56d8ea4d
This commit is contained in:
@@ -180,7 +180,7 @@ block content
|
||||
label(for="address-line-1") #{translate('address_line_1')}
|
||||
input#address-line-1.form-control(
|
||||
type="text"
|
||||
maxlength="255"
|
||||
maxlength="50"
|
||||
data-recurly="address1"
|
||||
name="address1"
|
||||
ng-model="data.address1"
|
||||
@@ -194,7 +194,7 @@ block content
|
||||
label(for="address-line-2") #{translate('address_line_2')}
|
||||
input#address-line-2.form-control(
|
||||
type="text"
|
||||
maxlength="255"
|
||||
maxlength="50"
|
||||
data-recurly="address2"
|
||||
name="address2"
|
||||
ng-model="data.address2"
|
||||
@@ -206,7 +206,7 @@ block content
|
||||
label(for="postal-code") #{translate('postal_code')}
|
||||
input#postal-code.form-control(
|
||||
type="text"
|
||||
maxlength="255"
|
||||
maxlength="20"
|
||||
data-recurly="postal_code"
|
||||
name="postalCode"
|
||||
ng-model="data.postal_code"
|
||||
|
||||
Reference in New Issue
Block a user