12345678910111213141516171819202122232425262728293031323334353637383940 |
- <?xml version="1.0"?>
- <!--
- /**
- * Copyright © Magento, Inc. All rights reserved.
- * See COPYING.txt for license details.
- */
- -->
- <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Store:etc/config.xsd">
- <default>
- <carriers>
- <fedex>
- <account backend_model="Magento\Config\Model\Config\Backend\Encrypted" />
- <meter_number backend_model="Magento\Config\Model\Config\Backend\Encrypted" />
- <key backend_model="Magento\Config\Model\Config\Backend\Encrypted" />
- <password backend_model="Magento\Config\Model\Config\Backend\Encrypted" />
- <sandbox_mode>0</sandbox_mode>
- <production_webservices_url><![CDATA[https://ws.fedex.com:443/web-services/]]></production_webservices_url>
- <sandbox_webservices_url><![CDATA[https://wsbeta.fedex.com:443/web-services/]]></sandbox_webservices_url>
- <shipment_requesttype>0</shipment_requesttype>
- <active>0</active>
- <sallowspecific>0</sallowspecific>
- <allowed_methods>EUROPE_FIRST_INTERNATIONAL_PRIORITY,FEDEX_1_DAY_FREIGHT,FEDEX_2_DAY_FREIGHT,FEDEX_2_DAY,FEDEX_2_DAY_AM,FEDEX_3_DAY_FREIGHT,FEDEX_EXPRESS_SAVER,FEDEX_GROUND,FIRST_OVERNIGHT,GROUND_HOME_DELIVERY,INTERNATIONAL_ECONOMY,INTERNATIONAL_ECONOMY_FREIGHT,INTERNATIONAL_FIRST,INTERNATIONAL_GROUND,INTERNATIONAL_PRIORITY,INTERNATIONAL_PRIORITY_FREIGHT,PRIORITY_OVERNIGHT,SMART_POST,STANDARD_OVERNIGHT,FEDEX_FREIGHT,FEDEX_NATIONAL_FREIGHT</allowed_methods>
- <cutoff_cost />
- <dropoff>REGULAR_PICKUP</dropoff>
- <free_method>FEDEX_GROUND</free_method>
- <handling>0</handling>
- <model>Magento\Fedex\Model\Carrier</model>
- <packaging>YOUR_PACKAGING</packaging>
- <title>Federal Express</title>
- <specificerrmsg>This shipping method is currently unavailable. If you would like to ship using this shipping method, please contact us.</specificerrmsg>
- <unit_of_measure>LB</unit_of_measure>
- <max_package_weight>150</max_package_weight>
- <handling_type>F</handling_type>
- <handling_action>O</handling_action>
- <active_rma>0</active_rma>
- <is_online>1</is_online>
- </fedex>
- </carriers>
- </default>
- </config>
|