Skip to content

Commit a68f11d

Browse files
committed
ACP2E-1120: extend new statuses that can apply for new placed order with free payment
1 parent 12a81ab commit a68f11d

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

app/code/Magento/OfflinePayments/etc/config.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@
4040
<allowspecific>0</allowspecific>
4141
<group>offline</group>
4242
</cashondelivery>
43+
<free>
44+
<group>offline</group>
45+
</free>
4346
</payment>
4447
</default>
4548
</config>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +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-
<comment>If 'Automatically Invoice All Items' is set to 'Yes', the order is placed with the status 'Processing'.</comment>
27+
<comment>If 'Automatically Invoice All Items' is set to 'Yes', the order is placed in 'Processing' state.</comment>
2828
</field>
2929
<field id="sort_order" translate="label" type="text" sortOrder="100" showInDefault="1" showInWebsite="1" canRestore="1">
3030
<label>Sort Order</label>

app/code/Magento/Payment/etc/config.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
<title>No Payment Information Required</title>
1717
<allowspecific>0</allowspecific>
1818
<sort_order>1</sort_order>
19+
<group>offline</group>
1920
</free>
2021
<substitution>
2122
<active>0</active>

0 commit comments

Comments
 (0)