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.
8 lines • 351 B
TypeScript
export * from './lib/nowpayments.plugin';
export { nowPaymentsPaymentHandler } from './lib/nowpayments-payment.handler';
export * from './lib/nowpayments.service';
export * from './lib/nowpayments.controller';
export * from './lib/nowpayments.resolver';
export * from './lib/types';
export * from './lib/constants';
//# sourceMappingURL=index.d.ts.map