libeufin

Integration and sandbox testing for FinTech APIs and data formats
Log | Files | Refs | Submodules | README | LICENSE

commit d89e2c0127dc86b95be58b5481628dbcda4252c2
parent 172c84cd04ab9eb3e08a45e0f03cb64c8f91b014
Author: MS <ms@taler.net>
Date:   Thu,  3 Nov 2022 14:13:37 +0100

remove leftover

Diffstat:
Msandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt b/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt @@ -1144,7 +1144,6 @@ val sandboxApp: Application.() -> Unit = { val demobank = ensureDemobank(call) var captcha_page = demobank.captchaUrl if (captcha_page == null) logger.warn("CAPTCHA URL not found") - captcha_page += "demobanks/${demobank.name}" val ret = TalerWithdrawalStatus( selection_done = wo.selectionDone, transfer_done = wo.confirmationDone,