@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
5 lines • 418 B
TypeScript
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';
//# sourceMappingURL=index.d.ts.map