Skip to content

Commit f48c62b

Browse files
Merge pull request #24305 to #24313
2 parents aca055b + 8cc0b25 commit f48c62b

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

app/code/Magento/Paypal/etc/adminhtml/system/express_checkout.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@
124124
<depends>
125125
<field id="use_proxy">1</field>
126126
</depends>
127+
<validate>validate-digits validate-digits-range digits-range-0-65535</validate>
127128
</field>
128129
</group>
129130
<field id="enable_express_checkout" translate="label" type="select" sortOrder="20" showInDefault="1" showInWebsite="1">

app/code/Magento/Paypal/etc/adminhtml/system/payflow_advanced.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@
7676
<field id="use_proxy">1</field>
7777
</depends>
7878
<attribute type="shared">1</attribute>
79+
<validate>validate-digits validate-digits-range digits-range-0-65535</validate>
7980
</field>
8081
<field id="payflow_advanced_info" showInDefault="1" showInWebsite="1" showInStore="1" sortOrder="100">
8182
<frontend_model>Magento\Paypal\Block\Adminhtml\System\Config\Payflowlink\Advanced</frontend_model>

app/code/Magento/Paypal/etc/adminhtml/system/payflow_link.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@
7777
<field id="use_proxy">1</field>
7878
</depends>
7979
<attribute type="shared">1</attribute>
80+
<validate>validate-digits validate-digits-range digits-range-0-65535</validate>
8081
</field>
8182
<field id="payflowlink_info" showInDefault="1" showInWebsite="1" showInStore="1" sortOrder="90">
8283
<frontend_model>Magento\Paypal\Block\Adminhtml\System\Config\Payflowlink\Info</frontend_model>

app/code/Magento/Paypal/etc/adminhtml/system/paypal_payflowpro.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@
7272
<field id="use_proxy">1</field>
7373
</depends>
7474
<attribute type="shared">1</attribute>
75+
<validate>validate-digits validate-digits-range digits-range-0-65535</validate>
7576
</field>
7677
</group>
7778
<field id="enable_paypal_payflow" translate="label" type="select" sortOrder="20" showInDefault="1" showInWebsite="1">

0 commit comments

Comments
 (0)