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.

6 lines (5 loc) 304 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Payment = void 0; const PaymentOperation_1 = require("../operations/PaymentOperation"); Object.defineProperty(exports, "Payment", { enumerable: true, get: function () { return PaymentOperation_1.PaymentOperation; } });