From af57a404d070500ce63ed9ed0dfce721e82e4801 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Sat, 18 Jan 2020 23:32:03 +0100 Subject: fix and test case for "insecure" taler://refund URIs --- src/headless/integrationtest.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/headless') diff --git a/src/headless/integrationtest.ts b/src/headless/integrationtest.ts index b00fa5ccb..ee52c4c46 100644 --- a/src/headless/integrationtest.ts +++ b/src/headless/integrationtest.ts @@ -171,6 +171,8 @@ export async function runIntegrationTest(args: IntegrationTestArgs) { Amounts.toString(refundAmount), ); + console.log("refund URI", refundUri); + await myWallet.applyRefund(refundUri); // Wait until the refund is done -- cgit v1.2.3