<?xml version="1.0"?>
<!--
/**
 * Openpay_Cards default payment configuration
 *
 * @category    Openpay
 * @package     Openpay_Cards
 * @author      Federico Balderas
 * @copyright   Openpay (http://openpay.mx)
 * @license     http://www.apache.org/licenses/LICENSE-2.0  Apache License Version 2.0
 */
-->
<payment xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Payment:etc/payment.xsd">
    <credit_cards>
        <type id="CN" order="120">
            <label>Carnet</label>
        </type>
    </credit_cards>
    <methods>
        <method name="openpay_cards">
            <allow_multiple_address>1</allow_multiple_address>
        </method>
    </methods>
</payment>
