di.xml 395 B

12345678
  1. <?xml version="1.0"?>
  2. <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
  3. <type name="Temando\Shipping\Rest\Authentication">
  4. <arguments>
  5. <argument name="session" xsi:type="object">Temando\Shipping\Model\Session\NullSession</argument>
  6. </arguments>
  7. </type>
  8. </config>