UNPKG

@mirahi/vendure-adyen-dropin-plugin

Version:

A Vendure plugin to integrate the Adyen payment provider to your server. This plugin only handles the flow for a drop-in integration on your storefront.

7 lines (6 loc) 237 B
import { PaymentMethodHandler } from "@vendure/core"; export declare type PaymentMethodHandlerArgs = { apiKey?: any; redirectUrl?: any; }; export declare const adyenPaymentHandler: PaymentMethodHandler<PaymentMethodHandlerArgs>;