Skip to content

Commit 7636988

Browse files
ENGCOM-5537: Fixed #23982 Sales Configuration in the 'Orders Cron Settings' the field 'Pending Payment Order Lifetime (minutes)' have not proper validation #23983
2 parents 2212175 + f9625fc commit 7636988

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/Sales/etc/adminhtml/system.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@
135135
<label>Orders Cron Settings</label>
136136
<field id="delete_pending_after" translate="label" type="text" sortOrder="6" showInDefault="1" showInWebsite="1" showInStore="0" canRestore="1">
137137
<label>Pending Payment Order Lifetime (minutes)</label>
138+
<validate>validate-number validate-greater-than-zero</validate>
138139
</field>
139140
</group>
140141
</section>

0 commit comments

Comments
 (0)