[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-wallet-core] branch master updated: harness: external confirmatio
From: |
gnunet |
Subject: |
[taler-wallet-core] branch master updated: harness: external confirmation for coin acceptor scenario |
Date: |
Wed, 08 Jan 2025 16:35:44 +0100 |
This is an automated email from the git hooks/post-receive script.
dold pushed a commit to branch master
in repository wallet-core.
The following commit(s) were added to refs/heads/master by this push:
new 05101d0ef harness: external confirmation for coin acceptor scenario
05101d0ef is described below
commit 05101d0efe45dd1cd3cdea1f75b7fe9b35cbadb0
Author: Florian Dold <florian@dold.me>
AuthorDate: Wed Jan 8 16:35:41 2025 +0100
harness: external confirmation for coin acceptor scenario
---
packages/taler-harness/src/index.ts | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/packages/taler-harness/src/index.ts
b/packages/taler-harness/src/index.ts
index 109784c74..2c9a0e83c 100644
--- a/packages/taler-harness/src/index.ts
+++ b/packages/taler-harness/src/index.ts
@@ -157,8 +157,9 @@ testingCli
no_amount_to_wallet: true,
});
narrowOpSuccessOrThrow("create-withdrawal", createWithdrawalResp);
+ // libeufin doesn't automatically append the external-confirmation.
logger.info(
- `Created withdrawal operation
${createWithdrawalResp.body.taler_withdraw_uri}`,
+ `Created withdrawal operation
${createWithdrawalResp.body.taler_withdraw_uri}?external-confirmation=1`,
);
const wopid = createWithdrawalResp.body.withdrawal_id;
while (true) {
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-wallet-core] branch master updated: harness: external confirmation for coin acceptor scenario,
gnunet <=