From fd86791e42a0651968ae58969de178dc72929ffb Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Tue, 25 Apr 2023 23:56:57 +0200 Subject: -DD37 wip --- packages/taler-wallet-core/src/operations/pay-merchant.ts | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'packages/taler-wallet-core/src/operations/pay-merchant.ts') diff --git a/packages/taler-wallet-core/src/operations/pay-merchant.ts b/packages/taler-wallet-core/src/operations/pay-merchant.ts index e79314416..52f7f990d 100644 --- a/packages/taler-wallet-core/src/operations/pay-merchant.ts +++ b/packages/taler-wallet-core/src/operations/pay-merchant.ts @@ -71,6 +71,7 @@ import { TalerErrorDetail, TalerProtocolTimestamp, TalerProtocolViolationError, + TransactionState, TransactionType, URL, } from "@gnu-taler/taler-util"; @@ -2472,3 +2473,9 @@ export async function abortPay( }); }); } + +export function computeWithdrawalTransactionStatus( + purchaseRecord: PurchaseRecord, +): TransactionState { + throw Error("not implemented"); +} -- cgit v1.2.3