From 6206b418ff88a238762a18e7b6eeaceafc5de294 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Tue, 12 May 2020 14:08:58 +0530 Subject: new transactions API: withdrawal --- src/operations/history.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/operations/history.ts') diff --git a/src/operations/history.ts b/src/operations/history.ts index 1271c56ef..4e43596f0 100644 --- a/src/operations/history.ts +++ b/src/operations/history.ts @@ -375,10 +375,10 @@ export async function getHistory( return; } let reserveCreationDetail: ReserveCreationDetail; - if (reserve.bankWithdrawStatusUrl) { + if (reserve.bankInfo) { reserveCreationDetail = { type: ReserveType.TalerBankWithdraw, - bankUrl: reserve.bankWithdrawStatusUrl, + bankUrl: reserve.bankInfo.statusUrl, }; } else { reserveCreationDetail = { -- cgit v1.2.3