From 75c5c59316a428fbebe2448d9d79a70689565657 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 16 Jul 2020 14:44:59 +0530 Subject: report manual withdrawals properly in transaction list --- src/webex/wxApi.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/webex/wxApi.ts') diff --git a/src/webex/wxApi.ts b/src/webex/wxApi.ts index 0901005b5..47e73ca4c 100644 --- a/src/webex/wxApi.ts +++ b/src/webex/wxApi.ts @@ -38,7 +38,7 @@ import { WalletBalance, PurchaseDetails, WalletDiagnostics, - WithdrawDetails, + WithdrawalDetailsResponse, PreparePayResult, AcceptWithdrawalResponse, ExtendedPermissionsResponse, @@ -283,7 +283,7 @@ export function benchmarkCrypto(repetitions: number): Promise { export function getWithdrawDetails( talerWithdrawUri: string, maybeSelectedExchange: string | undefined, -): Promise { +): Promise { return callBackend("get-withdraw-details", { talerWithdrawUri, maybeSelectedExchange, -- cgit v1.2.3