Skip to content

Commit

Permalink
Resolve #9: Setting a custom order status is not supported, removing …
Browse files Browse the repository at this point in the history
…from configuration
  • Loading branch information
PhoenixDev - JJ committed Apr 10, 2018
1 parent 43b154a commit f927168
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 35 deletions.
30 changes: 0 additions & 30 deletions Model/Config/Source/Order/Status.php

This file was deleted.

4 changes: 0 additions & 4 deletions etc/adminhtml/system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@
<field id="title" translate="label" sortOrder="1" showInDefault="20" showInWebsite="1" showInStore="1" canRestore="1">
<label>Title</label>
</field>
<field id="order_status" type="select" translate="label" sortOrder="30" showInDefault="1" showInWebsite="1" showInStore="1" canRestore="1">
<label>New order status</label>
<source_model>Phoenix\CashOnDelivery\Model\Config\Source\Order\Status</source_model>
</field>
<field id="allowspecific" type="allowspecific" translate="label" sortOrder="40" showInDefault="1" showInWebsite="1" showInStore="1">
<label>Payment from Applicable Countries</label>
<source_model>Magento\Payment\Model\Config\Source\Allspecificcountries</source_model>
Expand Down
1 change: 0 additions & 1 deletion etc/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
<can_use_internal>1</can_use_internal>
<is_gateway>0</is_gateway>
<payment_action>authorize</payment_action>
<order_status>pending</order_status>
<allowspecific>0</allowspecific>
<shippingallowspecific>0</shippingallowspecific>
<disallowspecificshippingmethods>0</disallowspecificshippingmethods>
Expand Down

0 comments on commit f927168

Please sign in to comment.