gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] 02/02: -sepa is ancient, iban is correct


From: gnunet
Subject: [taler-exchange] 02/02: -sepa is ancient, iban is correct
Date: Sun, 08 Aug 2021 00:01:12 +0200

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

grothoff pushed a commit to branch master
in repository exchange.

commit 7fd4f1d8463e324ab850b6c3c92c045b68906efc
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Aug 8 00:00:56 2021 +0200

    -sepa is ancient, iban is correct
---
 src/exchangedb/test_exchangedb.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/exchangedb/test_exchangedb.c b/src/exchangedb/test_exchangedb.c
index fd11de2e..be9950b9 100644
--- a/src/exchangedb/test_exchangedb.c
+++ b/src/exchangedb/test_exchangedb.c
@@ -782,7 +782,7 @@ cb_wt_check (void *cls,
                                      &merchant_pub_wt));
   GNUNET_assert (0 == strcmp (json_string_value (json_object_get (wire,
                                                                   
"payto_uri")),
-                              "payto://sepa/DE67830654080004822650"));
+                              
"payto://iban/DE67830654080004822650?receiver-name=test"));
   GNUNET_assert (0 == GNUNET_memcmp (h_wire,
                                      &h_wire_wt));
   GNUNET_assert (exec_time.abs_value_us == wire_out_date.abs_value_us);
@@ -1570,7 +1570,7 @@ run (void *cls)
   deposit.coin.denom_sig.rsa_signature = NULL;
   wire = GNUNET_JSON_PACK (
     GNUNET_JSON_pack_string ("payto_uri",
-                             "payto://sepa/DE67830654080004822650"),
+                             
"payto://iban/DE67830654080004822650?receiver-name=Test"),
     GNUNET_JSON_pack_string ("salt",
                              "this-is-a-salt-value"));
   ZR_BLK (&cbc);

-- 
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]