diff --git a/src/main/ui/static/payment/partner/templates/new_apply_wx_sub_merchant_id.html b/src/main/ui/static/payment/partner/templates/new_apply_wx_sub_merchant_id.html index bb1789c49..de2ec9660 100644 --- a/src/main/ui/static/payment/partner/templates/new_apply_wx_sub_merchant_id.html +++ b/src/main/ui/static/payment/partner/templates/new_apply_wx_sub_merchant_id.html @@ -43,10 +43,10 @@
+ type="text" name="merchant_storename" id="merchant_storename_input" required maxlength="20">

Required Field

-

Length is more than 50

+

Length is more than 20

@@ -92,7 +92,7 @@
+ type="url" name="company_website" id="website_input" required maxlength="100">

( Not required when business type is Offline scenario)

@@ -122,10 +122,12 @@ ng-class="{'has-error':subForm.office_phone.$invalid && subForm.office_phone.$dirty}">
-

Required Field

+

Length is more than 20

+
@@ -162,10 +164,10 @@
+ type="text" name="contact_email" id="contact_email_input" required maxlength="50">

Required Field

-

Length is more than 128

+

Length is more than 50

diff --git a/src/main/ui/static/payment/partner/templates/update_apply_wx_sub_merchant_id.html b/src/main/ui/static/payment/partner/templates/update_apply_wx_sub_merchant_id.html index 3c86baaed..5502868db 100644 --- a/src/main/ui/static/payment/partner/templates/update_apply_wx_sub_merchant_id.html +++ b/src/main/ui/static/payment/partner/templates/update_apply_wx_sub_merchant_id.html @@ -94,7 +94,7 @@
+ type="url" name="website" id="website_input" required maxlength="100">

(Not required when business type is Offline scenario)

Required Field

@@ -162,10 +162,10 @@
+ type="text" name="contact_email" id="contact_email_input" required maxlength="50">

Required Field

-

Length is more than 128

+

Length is more than 50