taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit 05101d0efe45dd1cd3cdea1f75b7fe9b35cbadb0
parent b184d177c942d9f7b401a30d8cecb42c7dacedd9
Author: Florian Dold <florian@dold.me>
Date:   Wed,  8 Jan 2025 16:35:41 +0100

harness: external confirmation for coin acceptor scenario

Diffstat:
Mpackages/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 @@ -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) {