UNPKG

bc-payments-sdk

Version:

BetterCommerce's Payments NodeJS SDK is a complete solution for storefront clients that integrate payments. `bc-payments-sdk` is a single point interface for storefront clients for interacting with payment gateways.

13 lines (12 loc) 414 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Endpoints = void 0; var Endpoints; (function (Endpoints) { let Base; (function (Base) { Base.AUTH_URL = "https://auth.bettercommerce.io"; Base.API_URL = "https://api20.bettercommerce.io"; })(Base = Endpoints.Base || (Endpoints.Base = {})); ; })(Endpoints || (exports.Endpoints = Endpoints = {}));