Skip to content

Commit 8eeb901

Browse files
author
Vladyslav Shcherbyna
committed
MAGETWO-44827: Add shipping email
1 parent bdd0abe commit 8eeb901

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

app/code/Magento/Sales/Model/Order/Shipment.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@ class Shipment extends AbstractModel implements EntityInterface, ShipmentInterfa
4646

4747
const XML_PATH_STORE_COUNTRY_ID = 'shipping/origin/country_id';
4848

49-
const XML_PATH_STORE_EMAIL = 'shipping/origin/email';
50-
5149
/**
5250
* Order entity type
5351
*

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,6 @@
3333
<field id="street_line2" translate="label" type="text" sortOrder="60" showInDefault="1" showInWebsite="1" showInStore="0">
3434
<label>Street Address Line 2</label>
3535
</field>
36-
<field id="email" translate="label" type="text" sortOrder="70" showInDefault="1" showInWebsite="1" showInStore="0">
37-
<label>Email</label>
38-
<validate>validate-email</validate>
39-
<backend_model>Magento\Config\Model\Config\Backend\Email\Address</backend_model>
40-
</field>
4136
</group>
4237
<group id="shipping_policy" translate="label" type="text" sortOrder="120" showInDefault="1" showInWebsite="1" showInStore="1">
4338
<label>Shipping Policy Parameters</label>

0 commit comments

Comments
 (0)