@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
31 lines • 849 B
TypeScript
export declare const mapOrderDataToGatewayObject: ({ order, orderPayment, pricing }: {
order: any;
orderPayment: any;
pricing: any;
}, options?: {}) => {
referenceId: any;
successRedirectUrl: string;
failedRedirectUrl: string;
cancelRedirectUrl: string;
amount: number;
currency: any;
purpose: string;
reservation: boolean;
skipResultPage: boolean;
};
export declare const mapUserToGatewayObject: ({ userId, emailAddress, currencyCode }: {
userId: any;
emailAddress: any;
currencyCode: any;
}, options?: {}) => {
referenceId: any;
successRedirectUrl: string;
failedRedirectUrl: string;
cancelRedirectUrl: string;
amount: number;
currency: any;
purpose: string;
preAuthorization: boolean;
skipResultPage: boolean;
};
//# sourceMappingURL=payrexx.d.ts.map