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.
22 lines (21 loc) • 562 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
function _export(target, all) {
for(var name in all)Object.defineProperty(target, name, {
enumerable: true,
get: all[name]
});
}
_export(exports, {
NOWPAYMENTS_PLUGIN_OPTIONS: function() {
return NOWPAYMENTS_PLUGIN_OPTIONS;
},
loggerCtx: function() {
return loggerCtx;
}
});
const NOWPAYMENTS_PLUGIN_OPTIONS = Symbol('NOWPAYMENTS_PLUGIN_OPTIONS');
const loggerCtx = 'NowpaymentsPlugin';
//# sourceMappingURL=constants.js.map