@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 • 422 B
TypeScript
import { Order } from '@unchainedshop/core-orders';
import * as pf from 'postfinancecheckout';
export declare const transactionIsPaid: (transaction: pf.PostFinanceCheckout.model.Transaction, expectedCurrency: string, expectedAmount: number) => Promise<boolean>;
export declare const orderIsPaid: (order: Order, transaction: pf.PostFinanceCheckout.model.Transaction) => Promise<boolean>;
//# sourceMappingURL=utils.d.ts.map