123456789101112131415 |
- <?xml version="1.0"?>
- <!--
- /**
- * Copyright © Magento, Inc. All rights reserved.
- * See COPYING.txt for license details.
- */
- -->
- <payment xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Payment:etc/payment.xsd">
- <methods>
- <method name="authorizenet_acceptjs">
- <allow_multiple_address>0</allow_multiple_address>
- </method>
- </methods>
- </payment>
|