Your IP : 216.73.217.100


Current Path : /var/www/www.indacotrentino.com/www/vendor/paypal/module-braintree-graph-ql/etc/graphql/
Upload File :
Current File : //var/www/www.indacotrentino.com/www/vendor/paypal/module-braintree-graph-ql/etc/graphql/di.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:ObjectManager/etc/config.xsd">
    <type name="Magento\QuoteGraphQl\Model\Cart\Payment\AdditionalDataProviderPool">
        <arguments>
            <argument name="dataProviders" xsi:type="array">
                <item name="braintree"
                      xsi:type="object">PayPal\BraintreeGraphQl\Model\BraintreeDataProvider</item>
                <item name="braintree_cc_vault"
                      xsi:type="object">PayPal\BraintreeGraphQl\Model\BraintreeVaultDataProvider</item>
                <item name="braintree_paypal"
                      xsi:type="object">PayPal\BraintreeGraphQl\Model\BraintreePayPalDataProvider</item>
                <item name="braintree_paypal_vault"
                      xsi:type="object">PayPal\BraintreeGraphQl\Model\BraintreePayPalVaultDataProvider</item>
                <item name="braintree_googlepay_vault"
                      xsi:type="object">PayPal\BraintreeGraphQl\Model\BraintreeGooglePayVaultDataProvider</item>
                <item name="braintree_applepay_vault"
                      xsi:type="object">PayPal\BraintreeGraphQl\Model\BraintreeApplePayVaultDataProvider</item>
                <item name="braintree_ach_direct_debit"
                      xsi:type="object">PayPal\BraintreeGraphQl\Model\BraintreeAchDataProvider</item>
                <item name="braintree_ach_direct_debit_vault"
                      xsi:type="object">PayPal\BraintreeGraphQl\Model\BraintreeAchVaultDataProvider</item>
            </argument>
        </arguments>
    </type>

    <type name="Magento\QuoteGraphQl\Model\Cart\SetPaymentMethodOnCart">
        <plugin name="braintree_generate_vault_nonce"
                type="PayPal\BraintreeGraphQl\Plugin\SetVaultPaymentNonce" />
        <plugin name="braintree_generate_paypal_vault_nonce"
                type="PayPal\BraintreeGraphQl\Plugin\SetPayPalVaultPaymentNonce" />
        <plugin name="braintree_generate_googlepay_vault_nonce"
                type="PayPal\BraintreeGraphQl\Plugin\SetGooglePayVaultPaymentNonce" />
        <plugin name="braintree_generate_applepay_vault_nonce"
                type="PayPal\BraintreeGraphQl\Plugin\SetApplePayVaultPaymentNonce" />
        <plugin name="braintree_generate_ach_direct_debit_vault_nonce"
                type="PayPal\BraintreeGraphQl\Plugin\SetAchVaultPaymentNonce" />
    </type>

    <type name="Magento\StoreGraphQl\Model\Resolver\Store\StoreConfigDataProvider">
        <arguments>
            <argument name="extendedConfigData" xsi:type="array">
                <item name="braintree_environment" xsi:type="string">payment/braintree/environment</item>
                <item name="braintree_merchant_account_id"
                      xsi:type="string">payment/braintree/merchant_account_id</item>
                <item name="braintree_cc_vault_active"
                      xsi:type="string">payment/braintree_cc_vault/active</item>
                <item name="braintree_cc_vault_cvv"
                      xsi:type="string">payment/braintree_cc_vault/cvv</item>
                <!-- PayPal GraphQL config -->
                <item name="braintree_paypal_merchant_name_override"
                      xsi:type="string">payment/braintree_paypal/merchant_name_override</item>
                <item name="braintree_paypal_merchant_country"
                      xsi:type="string">paypal/general/merchant_country</item>
                <item name="braintree_paypal_require_billing_address"
                      xsi:type="string">payment/braintree_paypal/require_billing_address</item>
                <item name="braintree_paypal_send_cart_line_items"
                      xsi:type="string">payment/braintree_paypal/send_cart_line_items</item>
                <item name="braintree_paypal_display_on_shopping_cart"
                      xsi:type="string">payment/braintree_paypal/display_on_shopping_cart</item>
                <item name="braintree_paypal_credit_uk_merchant_name"
                      xsi:type="string">payment/braintree_paypal_credit/uk_merchant_name</item>
                <item name="braintree_paypal_button_location_cart_type_paypal_show"
                      xsi:type="string">payment/braintree_paypal/button_location_cart_type_paypal_show</item>
                <item name="braintree_paypal_button_location_cart_type_paypal_label"
                      xsi:type="string">payment/braintree_paypal/button_location_cart_type_paypal_label</item>
                <item name="braintree_paypal_button_location_cart_type_paypal_color"
                      xsi:type="string">payment/braintree_paypal/button_location_cart_type_paypal_color</item>
                <item name="braintree_paypal_button_location_cart_type_paypal_shape"
                      xsi:type="string">payment/braintree_paypal/button_location_cart_type_paypal_shape</item>
                <item name="braintree_paypal_button_location_checkout_type_paypal_show"
                      xsi:type="string">payment/braintree_paypal/button_location_checkout_type_paypal_show</item>
                <item name="braintree_paypal_button_location_checkout_type_paypal_label"
                      xsi:type="string">payment/braintree_paypal/button_location_checkout_type_paypal_label</item>
                <item name="braintree_paypal_button_location_checkout_type_paypal_color"
                      xsi:type="string">payment/braintree_paypal/button_location_checkout_type_paypal_color</item>
                <item name="braintree_paypal_button_location_checkout_type_paypal_shape"
                      xsi:type="string">payment/braintree_paypal/button_location_checkout_type_paypal_shape</item>
                <item name="braintree_paypal_button_location_productpage_type_paypal_show"
                      xsi:type="string">payment/braintree_paypal/button_location_productpage_type_paypal_show</item>
                <item name="braintree_paypal_button_location_productpage_type_paypal_label"
                      xsi:type="string">payment/braintree_paypal/button_location_productpage_type_paypal_label</item>
                <item name="braintree_paypal_button_location_productpage_type_paypal_color"
                      xsi:type="string">payment/braintree_paypal/button_location_productpage_type_paypal_color</item>
                <item name="braintree_paypal_button_location_productpage_type_paypal_shape"
                      xsi:type="string">payment/braintree_paypal/button_location_productpage_type_paypal_shape</item>
                <item name="braintree_paypal_button_location_cart_type_paylater_show"
                      xsi:type="string">payment/braintree_paypal/button_location_cart_type_paylater_show</item>
                <item name="braintree_paypal_button_location_cart_type_paylater_label"
                      xsi:type="string">payment/braintree_paypal/button_location_cart_type_paylater_label</item>
                <item name="braintree_paypal_button_location_cart_type_paylater_color"
                      xsi:type="string">payment/braintree_paypal/button_location_cart_type_paylater_color</item>
                <item name="braintree_paypal_button_location_cart_type_paylater_shape"
                      xsi:type="string">payment/braintree_paypal/button_location_cart_type_paylater_shape</item>
                <item name="braintree_paypal_button_location_checkout_type_paylater_show"
                      xsi:type="string">payment/braintree_paypal/button_location_checkout_type_paylater_show</item>
                <item name="braintree_paypal_button_location_checkout_type_paylater_label"
                      xsi:type="string">payment/braintree_paypal/button_location_checkout_type_paylater_label</item>
                <item name="braintree_paypal_button_location_checkout_type_paylater_color"
                      xsi:type="string">payment/braintree_paypal/button_location_checkout_type_paylater_color</item>
                <item name="braintree_paypal_button_location_checkout_type_paylater_shape"
                      xsi:type="string">payment/braintree_paypal/button_location_checkout_type_paylater_shape</item>
                <item name="braintree_paypal_button_location_productpage_type_paylater_show"
                      xsi:type="string">payment/braintree_paypal/button_location_productpage_type_paylater_show</item>
                <item name="braintree_paypal_button_location_productpage_type_paylater_label"
                      xsi:type="string">payment/braintree_paypal/button_location_productpage_type_paylater_label</item>
                <item name="braintree_paypal_button_location_productpage_type_paylater_color"
                      xsi:type="string">payment/braintree_paypal/button_location_productpage_type_paylater_color</item>
                <item name="braintree_paypal_button_location_productpage_type_paylater_shape"
                      xsi:type="string">payment/braintree_paypal/button_location_productpage_type_paylater_shape</item>
                <item name="braintree_paypal_button_location_cart_type_credit_show"
                      xsi:type="string">payment/braintree_paypal/button_location_cart_type_credit_show</item>
                <item name="braintree_paypal_button_location_cart_type_credit_label"
                      xsi:type="string">payment/braintree_paypal/button_location_cart_type_credit_label</item>
                <item name="braintree_paypal_button_location_cart_type_credit_color"
                      xsi:type="string">payment/braintree_paypal/button_location_cart_type_credit_color</item>
                <item name="braintree_paypal_button_location_cart_type_credit_shape"
                      xsi:type="string">payment/braintree_paypal/button_location_cart_type_credit_shape</item>
                <item name="braintree_paypal_button_location_checkout_type_credit_show"
                      xsi:type="string">payment/braintree_paypal/button_location_checkout_type_credit_show</item>
                <item name="braintree_paypal_button_location_checkout_type_credit_label"
                      xsi:type="string">payment/braintree_paypal/button_location_checkout_type_credit_label</item>
                <item name="braintree_paypal_button_location_checkout_type_credit_color"
                      xsi:type="string">payment/braintree_paypal/button_location_checkout_type_credit_color</item>
                <item name="braintree_paypal_button_location_checkout_type_credit_shape"
                      xsi:type="string">payment/braintree_paypal/button_location_checkout_type_credit_shape</item>
                <item name="braintree_paypal_button_location_productpage_type_credit_show"
                      xsi:type="string">payment/braintree_paypal/button_location_productpage_type_credit_show</item>
                <item name="braintree_paypal_button_location_productpage_type_credit_label"
                      xsi:type="string">payment/braintree_paypal/button_location_productpage_type_credit_label</item>
                <item name="braintree_paypal_button_location_productpage_type_credit_color"
                      xsi:type="string">payment/braintree_paypal/button_location_productpage_type_credit_color</item>
                <item name="braintree_paypal_button_location_productpage_type_credit_shape"
                      xsi:type="string">payment/braintree_paypal/button_location_productpage_type_credit_shape</item>
                <item name="braintree_paypal_button_location_cart_type_messaging_show"
                      xsi:type="string">payment/braintree_paypal/button_location_cart_type_messaging_show</item>
                <item name="braintree_paypal_button_location_cart_type_messaging_layout"
                      xsi:type="string">payment/braintree_paypal/button_location_cart_type_messaging_layout</item>
                <item name="braintree_paypal_button_location_cart_type_messaging_logo"
                      xsi:type="string">payment/braintree_paypal/button_location_cart_type_messaging_logo</item>
                <item name="braintree_paypal_button_location_cart_type_messaging_logo_position"
                      xsi:type="string">payment/braintree_paypal/button_location_cart_type_messaging_logo_position</item>
                <item name="braintree_paypal_button_location_cart_type_messaging_text_color"
                      xsi:type="string">payment/braintree_paypal/button_location_cart_type_messaging_text_color</item>
                <item name="braintree_paypal_button_location_checkout_type_messaging_show"
                      xsi:type="string">payment/braintree_paypal/button_location_checkout_type_messaging_show</item>
                <item name="braintree_paypal_button_location_checkout_type_messaging_layout"
                      xsi:type="string">payment/braintree_paypal/button_location_checkout_type_messaging_layout</item>
                <item name="braintree_paypal_button_location_checkout_type_messaging_logo"
                      xsi:type="string">payment/braintree_paypal/button_location_checkout_type_messaging_logo</item>
                <item name="braintree_paypal_button_location_checkout_type_messaging_logo_position"
                      xsi:type="string">payment/braintree_paypal/button_location_checkout_type_messaging_logo_position</item>
                <item name="braintree_paypal_button_location_checkout_type_messaging_text_color"
                      xsi:type="string">payment/braintree_paypal/button_location_checkout_type_messaging_text_color</item>
                <item name="braintree_paypal_button_location_productpage_type_messaging_show"
                      xsi:type="string">payment/braintree_paypal/button_location_productpage_type_messaging_show</item>
                <item name="braintree_paypal_button_location_productpage_type_messaging_layout"
                      xsi:type="string">payment/braintree_paypal/button_location_productpage_type_messaging_layout</item>
                <item name="braintree_paypal_button_location_productpage_type_messaging_logo"
                      xsi:type="string">payment/braintree_paypal/button_location_productpage_type_messaging_logo</item>
                <item name="braintree_paypal_button_location_productpage_type_messaging_logo_position"
                      xsi:type="string">payment/braintree_paypal/button_location_productpage_type_messaging_logo_position</item>
                <item name="braintree_paypal_button_location_productpage_type_messaging_text_color"
                      xsi:type="string">payment/braintree_paypal/button_location_productpage_type_messaging_text_color</item>
                <item name="braintree_paypal_vault_active"
                      xsi:type="string">payment/braintree_paypal_vault/active</item>
                <!-- / PayPal GraphQL config -->
                <item name="braintree_googlepay_merchant_id"
                      xsi:type="string">payment/braintree_googlepay/merchant_id</item>
                <item name="braintree_googlepay_cctypes"
                      xsi:type="string">payment/braintree_googlepay/cctypes</item>
                <item name="braintree_googlepay_btn_color"
                      xsi:type="string">payment/braintree_googlepay/btn_color</item>
                <item name="braintree_googlepay_vault_active"
                      xsi:type="string">payment/braintree_googlepay_vault/active</item>
                <item name="braintree_applepay_merchant_name"
                      xsi:type="string">payment/braintree_applepay/merchant_name</item>
                <item name="braintree_applepay_vault_active"
                      xsi:type="string">payment/braintree_applepay_vault/active</item>
                <item name="braintree_ach_direct_debit_vault_active"
                      xsi:type="string">payment/braintree_ach_direct_debit_vault/active</item>
                <item name="braintree_local_payment_fallback_button_text"
                      xsi:type="string">payment/braintree_local_payment/fallback_button_text</item>
                <item name="braintree_local_payment_redirect_on_fail"
                      xsi:type="string">payment/braintree_local_payment/redirect_on_fail</item>
                <item name="braintree_local_payment_allowed_methods"
                      xsi:type="string">payment/braintree_local_payment/allowed_methods</item>
                <item name="braintree_3dsecure_verify_3dsecure"
                      xsi:type="string">payment/braintree/verify_3dsecure</item>
                <item name="braintree_3dsecure_always_request_3ds"
                      xsi:type="string">payment/braintree/always_request_3ds</item>
                <item name="braintree_3dsecure_threshold_amount"
                      xsi:type="string">payment/braintree/threshold_amount</item>
                <item name="braintree_3dsecure_allowspecific"
                      xsi:type="string">payment/braintree/verify_all_countries</item>
                <item name="braintree_3dsecure_specificcountry"
                      xsi:type="string">payment/braintree/verify_specific_countries</item>
            </argument>
        </arguments>
    </type>
</config>