UNPKG

@unchainedshop/plugins

Version:

Official plugin collection for the Unchained Engine with payment, delivery, and pricing adapters

8 lines (7 loc) 289 B
import { type UnchainedCore } from '@unchainedshop/core'; export declare const fixPeriods: ({ transactionId, enrollmentId, orderId, transactions }: { transactionId: any; enrollmentId: any; orderId: any; transactions: any; }, unchainedAPI: UnchainedCore) => Promise<any[]>;