UNPKG

braintree-web

Version:

A suite of tools for integrating Braintree in the browser

11 lines (8 loc) 206 B
"use strict"; var BraintreeError = require("../lib/braintree-error"); module.exports = { FASTLANE_SDK_LOAD_ERROR: { type: BraintreeError.types.MERCHANT, code: "FASTLANE_SDK_LOAD_ERROR", }, };