From 2f945b2aebf3378496c8be3ef48a16253dde3358 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 12 Aug 2021 21:01:40 +0200 Subject: merchant test cases --- packages/taler-wallet-core/src/operations/transactions.ts | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'packages/taler-wallet-core/src/operations') diff --git a/packages/taler-wallet-core/src/operations/transactions.ts b/packages/taler-wallet-core/src/operations/transactions.ts index 52b9819dd..a07551e82 100644 --- a/packages/taler-wallet-core/src/operations/transactions.ts +++ b/packages/taler-wallet-core/src/operations/transactions.ts @@ -403,6 +403,13 @@ export enum TombstoneTag { DeleteRefund = "delete-refund", } +export async function retryTransactionNow( + ws: InternalWalletState, + transactionId: string, +): Promise { + const [type, ...rest] = transactionId.split(":"); +} + /** * Immediately retry the underlying operation * of a transaction. -- cgit v1.2.3