gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libeufin] branch master updated: add wopid parameter into confirm_trans


From: gnunet
Subject: [libeufin] branch master updated: add wopid parameter into confirm_transfer
Date: Mon, 03 Apr 2023 14:42:30 +0200

This is an automated email from the git hooks/post-receive script.

sebasjm pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new 72c86420 add wopid parameter into confirm_transfer
72c86420 is described below

commit 72c86420774da33ab9bc44ea0f288116c2c63193
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Sat Apr 1 11:44:32 2023 -0300

    add wopid parameter into confirm_transfer
---
 sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt 
b/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt
index 9cc331d2..9c8f8121 100644
--- a/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt
+++ b/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt
@@ -1229,8 +1229,8 @@ val sandboxApp: Application.() -> Unit = {
                         )
                     }
                     val demobank = ensureDemobank(call)
-                    val captcha_page = demobank.config.captchaUrl
-                    if (captcha_page == null) logger.warn("CAPTCHA URL not 
found")
+                    if (demobank.config.captchaUrl == null) 
logger.warn("CAPTCHA URL not found")
+                    val captcha_page = if (arg == null) 
demobank.config.captchaUrl else 
demobank.config.captchaUrl?.replace("{wopid}",arg)
                     val ret = TalerWithdrawalStatus(
                         selection_done = maybeWithdrawalOp.selectionDone,
                         transfer_done = maybeWithdrawalOp.confirmationDone,

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]