From b063382d25d1ed8572ebe2f52bf54247379300d5 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Tue, 8 Sep 2020 17:40:47 +0530 Subject: tipping API and integration test --- packages/taler-wallet-core/src/operations/pending.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/taler-wallet-core/src/operations/pending.ts') diff --git a/packages/taler-wallet-core/src/operations/pending.ts b/packages/taler-wallet-core/src/operations/pending.ts index 3c631eb77..91a55c705 100644 --- a/packages/taler-wallet-core/src/operations/pending.ts +++ b/packages/taler-wallet-core/src/operations/pending.ts @@ -368,7 +368,7 @@ async function gatherTipPending( type: PendingOperationType.TipPickup, givesLifeness: true, merchantBaseUrl: tip.merchantBaseUrl, - tipId: tip.tipId, + tipId: tip.walletTipId, merchantTipId: tip.merchantTipId, }); } -- cgit v1.2.3