UNPKG

braintree-web

Version:

A suite of tools for integrating Braintree in the browser

13 lines (9 loc) 217 B
"use strict"; var ASSETS_URLS = require("./constants").ASSETS_URLS; function createAssetsUrl(authorization) { return ASSETS_URLS.production; } /* eslint-enable */ module.exports = { create: createAssetsUrl, };