We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b3f50d commit d0a1267Copy full SHA for d0a1267
app/code/Magento/Payment/etc/adminhtml/system.xml
@@ -24,9 +24,7 @@
24
<field id="payment_action" translate="label" type="select" sortOrder="3" showInDefault="1" showInWebsite="1" canRestore="1">
25
<label>Automatically Invoice All Items</label>
26
<source_model>Magento\Payment\Model\Source\Invoice</source_model>
27
- <depends>
28
- <field id="order_status" separator=",">processing</field>
29
- </depends>
+ <comment>If 'Automatically Invoice All Items' is set to 'Yes', the order is placed with the status 'Processing'.</comment>
30
</field>
31
<field id="sort_order" translate="label" type="text" sortOrder="100" showInDefault="1" showInWebsite="1" canRestore="1">
32
<label>Sort Order</label>
0 commit comments