![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/cartforge.co/vendor/paypal/module-braintree-core/view/base/ |
/** * Config to pull in all the relevant Braintree JS SDKs * @type {{paths: {braintreePayPalInContextCheckout: string, braintreePayPalCheckout: string, braintreeVenmo: string, braintreeHostedFields: string, braintreeDataCollector: string, braintreeThreeDSecure: string, braintreeGooglePay: string, braintreeApplePay: string, braintreeAch: string, braintreeLpm: string, googlePayLibrary: string}, map: {"*": {braintree: string}}}} */ var config = { map: { '*': { braintree: 'https://js.braintreegateway.com/web/3.94.0/js/client.min.js', } }, paths: { "braintreePayPalCheckout": "https://js.braintreegateway.com/web/3.94.0/js/paypal-checkout.min", "braintreeHostedFields": "https://js.braintreegateway.com/web/3.94.0/js/hosted-fields.min", "braintreeDataCollector": "https://js.braintreegateway.com/web/3.94.0/js/data-collector.min", "braintreeThreeDSecure": "https://js.braintreegateway.com/web/3.94.0/js/three-d-secure.min", "braintreeApplePay": 'https://js.braintreegateway.com/web/3.94.0/js/apple-pay.min', "braintreeGooglePay": 'https://js.braintreegateway.com/web/3.94.0/js/google-payment.min', "braintreeVenmo": 'https://js.braintreegateway.com/web/3.94.0/js/venmo.min', "braintreeAch": "https://js.braintreegateway.com/web/3.94.0/js/us-bank-account.min", "braintreeLpm": "https://js.braintreegateway.com/web/3.94.0/js/local-payment.min", "googlePayLibrary": "https://pay.google.com/gp/p/js/pay", "braintreePayPalInContextCheckout": "https://www.paypalobjects.com/api/checkout" } };