From e2ddbdb6c6abf115ec4c1d7c9fe7296d80325b74 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Thu, 20 Jun 2024 18:15:57 -0300 Subject: show 'go to wallet' on succesful withdrawal --- packages/bank-ui/src/pages/WithdrawalQRCode.tsx | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) (limited to 'packages') diff --git a/packages/bank-ui/src/pages/WithdrawalQRCode.tsx b/packages/bank-ui/src/pages/WithdrawalQRCode.tsx index f43a6a89c..fc6d20631 100644 --- a/packages/bank-ui/src/pages/WithdrawalQRCode.tsx +++ b/packages/bank-ui/src/pages/WithdrawalQRCode.tsx @@ -21,6 +21,7 @@ import { WithdrawUriResult, assertUnreachable, parsePaytoUri, + stringifyWithdrawUri, } from "@gnu-taler/taler-util"; import { Attention, @@ -122,6 +123,7 @@ export function WithdrawalQRCode({ ); } + const talerWithdrawUri = stringifyWithdrawUri(withdrawUri); if (data.status === "confirmed") { return ( @@ -161,13 +163,20 @@ export function WithdrawalQRCode({ -
+
-- cgit v1.2.3