<?xml version="1.0"?>
<!--
/**
 * Copyright © MageWorx. All rights reserved.
 * See LICENSE.txt for license details.
 */
-->
<payment xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Payment:etc/payment.xsd">
    <groups>
        <group id="offline">
            <label>MageWorx Offline Payment Method</label>
        </group>
    </groups>
    <methods>
        <method name="mageworx_ordereditor_payment_method">
            <allow_multiple_address>1</allow_multiple_address>
        </method>
    </methods>
</payment>
