Skip to content

Commit d0a1267

Browse files
committed
ACP2E-1120: extend new statuses that can apply for new placed order with free payment
1 parent 7b3f50d commit d0a1267

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,7 @@
2424
<field id="payment_action" translate="label" type="select" sortOrder="3" showInDefault="1" showInWebsite="1" canRestore="1">
2525
<label>Automatically Invoice All Items</label>
2626
<source_model>Magento\Payment\Model\Source\Invoice</source_model>
27-
<depends>
28-
<field id="order_status" separator=",">processing</field>
29-
</depends>
27+
<comment>If 'Automatically Invoice All Items' is set to 'Yes', the order is placed with the status 'Processing'.</comment>
3028
</field>
3129
<field id="sort_order" translate="label" type="text" sortOrder="100" showInDefault="1" showInWebsite="1" canRestore="1">
3230
<label>Sort Order</label>

0 commit comments

Comments
 (0)