UNPKG

@unchainedshop/plugins

Version:

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

7 lines (6 loc) 230 B
export default async function status({ transactionId }) { const { fetchDatatrans } = this; const result = await fetchDatatrans(`/v1/transactions/${transactionId}`); const json = await result.json(); return json; }