Skip to content

Commit 8679703

Browse files
committed
ACP2E-1120: extend new statuses that can apply for new placed order with free payment
1 parent 8ed105b commit 8679703

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

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

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

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)