UNPKG

vendure-plugin-nowpayments

Version:

A cryptocurrency payment gateway plugin for Vendure that integrates with NOWPayments.io, enabling your store to accept payments in Bitcoin, Ethereum, and 100+ other cryptocurrencies.

19 lines (18 loc) 735 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "nowPaymentsPaymentHandler", { enumerable: true, get: function() { return _nowpaymentspaymenthandler.nowPaymentsPaymentHandler; } }); const _export_star = require("@swc/helpers/_/_export_star"); _export_star._(require("./lib/nowpayments.plugin"), exports); const _nowpaymentspaymenthandler = require("./lib/nowpayments-payment.handler"); _export_star._(require("./lib/nowpayments.service"), exports); _export_star._(require("./lib/nowpayments.controller"), exports); _export_star._(require("./lib/types"), exports); _export_star._(require("./lib/constants"), exports); //# sourceMappingURL=index.js.map