config.xml 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839
  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. <usps>
  12. <active>0</active>
  13. <sallowspecific>0</sallowspecific>
  14. <allowed_methods>0_FCLE,0_FCL,0_FCP,1,2,3,4,6,7,13,16,17,22,23,25,27,28,33,34,35,36,37,42,43,53,55,56,57,61,INT_1,INT_2,INT_4,INT_6,INT_7,INT_8,INT_9,INT_10,INT_11,INT_12,INT_13,INT_14,INT_15,INT_16,INT_20,INT_26</allowed_methods>
  15. <container>VARIABLE</container>
  16. <cutoff_cost />
  17. <free_method />
  18. <gateway_url>http://production.shippingapis.com/ShippingAPI.dll</gateway_url>
  19. <gateway_secure_url>https://secure.shippingapis.com/ShippingAPI.dll</gateway_secure_url>
  20. <shipment_requesttype>0</shipment_requesttype>
  21. <handling />
  22. <machinable>true</machinable>
  23. <methods></methods>
  24. <model>Magento\Usps\Model\Carrier</model>
  25. <size>REGULAR</size>
  26. <title>United States Postal Service</title>
  27. <userid backend_model="Magento\Config\Model\Config\Backend\Encrypted" />
  28. <password backend_model="Magento\Config\Model\Config\Backend\Encrypted" />
  29. <isproduction>0</isproduction>
  30. <specificerrmsg>This shipping method is currently unavailable. If you would like to ship using this shipping method, please contact us.</specificerrmsg>
  31. <max_package_weight>70</max_package_weight>
  32. <handling_type>F</handling_type>
  33. <handling_action>O</handling_action>
  34. <active_rma>0</active_rma>
  35. <is_online>1</is_online>
  36. </usps>
  37. </carriers>
  38. </default>
  39. </config>