Your IP : 216.73.216.43


Current Path : /home/rtorresani/www/vendor/paypal/module-braintree-core/etc/frontend/
Upload File :
Current File : //home/rtorresani/www/vendor/paypal/module-braintree-core/etc/frontend/events.xml

<?xml version="1.0"?>
<!--
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Event/etc/events.xsd">
    <event name="shortcut_buttons_container">
        <observer name="braintree_paypal_shortcuts" instance="PayPal\Braintree\Observer\AddPaypalShortcuts"/>
        <observer name="braintree_applepay_shortcuts" instance="PayPal\Braintree\Observer\AddApplePayShortcuts" />
        <observer name="braintree_googlepay_shortcuts" instance="PayPal\Braintree\Observer\AddGooglePayShortcuts" />
    </event>
</config>