Skip to content

Commit 128f0e4

Browse files
authored
removed Default Order Status from the UI (#249)
1 parent 3c82187 commit 128f0e4

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

app/code/Meta/Sales/etc/adminhtml/system.xml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,6 @@
1515
<source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
1616
<comment>Orders are pulled from Meta Commerce Account every 15 minutes by default (schedule can be edited in crontab.xml), order updates are sent from Adobe Commerce to Meta in real time</comment>
1717
</field>
18-
<field id="default_order_status" translate="label" type="select" sortOrder="20" showInDefault="1" showInWebsite="0" showInStore="1">
19-
<label>Default Order Status</label>
20-
<config_path>facebook/orders_sync/default_order_status</config_path>
21-
<source_model>Meta\Sales\Model\Config\Source\DefaultOrderStatus</source_model>
22-
<depends>
23-
<field id="facebook_business_extension/orders_sync/active">1</field>
24-
</depends>
25-
<comment>Invoice will be created automatically if Processing status is selected</comment>
26-
</field>
2718
<field id="pull_orders" translate="label" type="text" sortOrder="30" showInDefault="1" showInWebsite="0" showInStore="1">
2819
<label>Pull Orders</label>
2920
<frontend_model>Meta\Sales\Block\Adminhtml\System\Config\PullOrders</frontend_model>

0 commit comments

Comments
 (0)