From c87a0d55145f140b1f104437ecdd1a1ca1040186 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 11 Dec 2017 17:46:06 +0100 Subject: show next url to go after tipping --- src/webex/wxBackend.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/webex/wxBackend.ts') diff --git a/src/webex/wxBackend.ts b/src/webex/wxBackend.ts index fd5df7e47..a7757c68e 100644 --- a/src/webex/wxBackend.ts +++ b/src/webex/wxBackend.ts @@ -335,7 +335,7 @@ function handleMessage(sender: MessageSender, } case "get-tip-planchets": { const req = GetTipPlanchetsRequest.checked(detail); - return needsWallet().getTipPlanchets(req.merchantDomain, req.tipId, req.amount, req.deadline, req.exchangeUrl); + return needsWallet().getTipPlanchets(req.merchantDomain, req.tipId, req.amount, req.deadline, req.exchangeUrl, req.nextUrl); } default: // Exhaustiveness check. -- cgit v1.2.3