UNPKG

@unchainedshop/plugins

Version:

Because of a Typescript issue with upstream "postfinancecheckout", the Postfinance plugin has been disabled from transpilation, import the source ts files from src and enable node_module tsc or copy over the src/payment/postfinance-checkout to your projec

9 lines (7 loc) 388 B
export { SaferpayClient } from './api/SaferpayClient.js'; export type { PaymentPageInitializeInput, PaymentPageInitializeResponse, } from './models/PaymentPageInitialize.js'; export type { PaymentPageAssertInput, PaymentPageAssertResponse } from './models/PaymentPageAssert.js'; export type { TransactionCancelInput, TransactionCancelResponse } from './models/TransactionCancel.js';