gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: url -> payto_uri


From: gnunet
Subject: [taler-merchant] branch master updated: url -> payto_uri
Date: Sun, 19 Jan 2020 17:20:08 +0100

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

dold pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new d806057  url -> payto_uri
d806057 is described below

commit d806057f4f84f6bcabeaf380590178a18dc9a5eb
Author: Florian Dold <address@hidden>
AuthorDate: Sun Jan 19 17:20:04 2020 +0100

    url -> payto_uri
---
 src/backend/taler-merchant-httpd_exchanges.c | 2 +-
 src/lib/test_merchant_api.conf               | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/backend/taler-merchant-httpd_exchanges.c 
b/src/backend/taler-merchant-httpd_exchanges.c
index bc966ec..81e5143 100644
--- a/src/backend/taler-merchant-httpd_exchanges.c
+++ b/src/backend/taler-merchant-httpd_exchanges.c
@@ -440,7 +440,7 @@ process_wire_accounts (struct Exchange *exchange,
   {
     char *method;
 
-    method = TALER_payto_get_method (accounts[i].url);
+    method = TALER_payto_get_method (accounts[i].payto_uri);
     if (NULL == method)
       return GNUNET_SYSERR;
     if (GNUNET_OK !=
diff --git a/src/lib/test_merchant_api.conf b/src/lib/test_merchant_api.conf
index f25130b..0f459c8 100644
--- a/src/lib/test_merchant_api.conf
+++ b/src/lib/test_merchant_api.conf
@@ -82,7 +82,7 @@ NAME = Test Null-Tipping Merchant
 # Account of the MERCHANT
 [account-merchant]
 # What is the merchant's bank account?
-URL = "payto://x-taler-bank/localhost/3"
+PAYTO_URI = "payto://x-taler-bank/localhost/3"
 
 # This is the *salted* response we give out for /contract requests.
 # File is generated on first use, no need for merchants to generate
@@ -194,7 +194,7 @@ CONFIG = postgres:///talercheck
 # Account of the EXCHANGE
 [account-exchange]
 # What is the exchange's bank account (with the "Taler Bank" demo system)?
-URL = "payto://x-taler-bank/localhost/2"
+PAYTO_URI = "payto://x-taler-bank/localhost/2"
 
 METHOD = x-taler-bank
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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