config.xml 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <?xml version="1.0"?>
  2. <!--
  3. /**
  4. * Copyright © Magento, Inc. All rights reserved.
  5. * See COPYING.txt for license details.
  6. */
  7. -->
  8. <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Store:etc/config.xsd">
  9. <default>
  10. <carriers>
  11. <fedex>
  12. <account backend_model="Magento\Config\Model\Config\Backend\Encrypted" />
  13. <meter_number backend_model="Magento\Config\Model\Config\Backend\Encrypted" />
  14. <key backend_model="Magento\Config\Model\Config\Backend\Encrypted" />
  15. <password backend_model="Magento\Config\Model\Config\Backend\Encrypted" />
  16. <sandbox_mode>0</sandbox_mode>
  17. <production_webservices_url><![CDATA[https://ws.fedex.com:443/web-services/]]></production_webservices_url>
  18. <sandbox_webservices_url><![CDATA[https://wsbeta.fedex.com:443/web-services/]]></sandbox_webservices_url>
  19. <shipment_requesttype>0</shipment_requesttype>
  20. <active>0</active>
  21. <sallowspecific>0</sallowspecific>
  22. <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>
  23. <cutoff_cost />
  24. <dropoff>REGULAR_PICKUP</dropoff>
  25. <free_method>FEDEX_GROUND</free_method>
  26. <handling>0</handling>
  27. <model>Magento\Fedex\Model\Carrier</model>
  28. <packaging>YOUR_PACKAGING</packaging>
  29. <title>Federal Express</title>
  30. <specificerrmsg>This shipping method is currently unavailable. If you would like to ship using this shipping method, please contact us.</specificerrmsg>
  31. <unit_of_measure>LB</unit_of_measure>
  32. <max_package_weight>150</max_package_weight>
  33. <handling_type>F</handling_type>
  34. <handling_action>O</handling_action>
  35. <active_rma>0</active_rma>
  36. <is_online>1</is_online>
  37. </fedex>
  38. </carriers>
  39. </default>
  40. </config>