<?xml version="1.0"?>
<!--
  ~ Copyright © 2020 CyberSource. All rights reserved.
  ~ See accompanying LICENSE.txt for applicable terms of use and license.
  -->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Store:etc/config.xsd">
    <default>
        <payment>
            <cybersource_googlepay>
                <debug>0</debug>
                <active>0</active>
                <model>CyberSourceGooglePayPaymentGatewayFacade</model>
                <title>CyberSource Google Pay</title>
                <payment_action>authorize</payment_action>
                <cctypes>AE,DI,JCB,MC,VI</cctypes>
                <can_authorize>1</can_authorize>
                <can_capture>1</can_capture>
                <can_capture_partial>1</can_capture_partial>
                <can_void>1</can_void>
                <can_cancel>1</can_cancel>
                <can_refund>1</can_refund>
                <can_refund_partial_per_invoice>1</can_refund_partial_per_invoice>
                <can_use_checkout>1</can_use_checkout>
                <can_use_internal>0</can_use_internal>
                <button_minicart_is_visible>1</button_minicart_is_visible>
                <button_pdp_is_visible>1</button_pdp_is_visible>
                <is_gateway>1</is_gateway>
                <sort_order>50</sort_order>
            </cybersource_googlepay>
        </payment>
    </default>
</config>
