<?xml version="1.0"?>
<!--
/**
* Copyright © 2018 CollinsHarper. 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">
    <methods>
        <method name="cybersourcepaypal">
            <allow_multiple_address>0</allow_multiple_address>
        </method>
        <method name="cybersourcepaypal_credit">
            <allow_multiple_address>0</allow_multiple_address>
        </method>
    </methods>
</payment>

