UNPKG

@unchainedshop/plugins

Version:

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

6 lines (5 loc) 168 B
export type TransactionStatus = 'AUTHORIZED' | 'CANCELED' | 'CAPTURED' | 'PENDING'; export interface TransactionAmount { Value: string; CurrencyCode: string; }