summaryrefslogtreecommitdiff
path: root/src/headless
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-01-18 23:32:03 +0100
committerFlorian Dold <florian.dold@gmail.com>2020-01-18 23:32:14 +0100
commitaf57a404d070500ce63ed9ed0dfce721e82e4801 (patch)
tree39e97aefffe61c568b64c1d71d66b48e26c905ce /src/headless
parentfcb0565323d3134ec2dc376700ef85a2c7b7becd (diff)
downloadwallet-core-af57a404d070500ce63ed9ed0dfce721e82e4801.tar.gz
wallet-core-af57a404d070500ce63ed9ed0dfce721e82e4801.tar.bz2
wallet-core-af57a404d070500ce63ed9ed0dfce721e82e4801.zip
fix and test case for "insecure" taler://refund URIs
Diffstat (limited to 'src/headless')
-rw-r--r--src/headless/integrationtest.ts2
1 files changed, 2 insertions, 0 deletions
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