UNPKG

braintree-web

Version:

A suite of tools for integrating Braintree in the browser

13 lines (10 loc) 275 B
"use strict"; var EXPERIENCE_URL = { sandbox: "https://www.sandbox.paypal.com/openfinance/v1/bank/payment-method/create", production: "https://www.paypal.com/openfinance/v1/bank/payment-method/create", }; module.exports = { EXPERIENCE_URL: EXPERIENCE_URL, };