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.
9 lines • 458 B
TypeScript
import { ActiveOrderService, RequestContext } from '@vendure/core';
import { NOWPaymentsService } from './nowpayments.service';
export declare class NOWPaymentsResolver {
private nowPaymentsService;
private activeOrderService;
constructor(nowPaymentsService: NOWPaymentsService, activeOrderService: ActiveOrderService);
createNowPaymentsPaymentIntent(ctx: RequestContext): Promise<string>;
}
//# sourceMappingURL=nowpayments.resolver.d.ts.map