12345678910111213141516171819202122 |
- <?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:framework:ObjectManager/etc/config.xsd">
- <type name="Magento\Authorizenet\Model\Directpost">
- <arguments>
- <argument name="session" xsi:type="object">Magento\Backend\Model\Session\Quote</argument>
- <argument name="data" xsi:type="array">
- <item name="formBlockType" xsi:type="string">Magento\Payment\Block\Adminhtml\Transparent\Form</item>
- </argument>
- </arguments>
- </type>
- <type name="Magento\Authorizenet\Model\Authorizenet">
- <arguments>
- <argument name="session" xsi:type="object">Magento\Backend\Model\Session\Quote</argument>
- </arguments>
- </type>
- </config>
|