gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-merchant] branch master updated: also use exchange_u


From: gnunet
Subject: [GNUnet-SVN] [taler-merchant] branch master updated: also use exchange_url in test
Date: Thu, 30 Nov 2017 02:08:18 +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 62b3113  also use exchange_url in test
62b3113 is described below

commit 62b3113bc7f7bbfefa38948e46a433f2f6434e90
Author: Florian Dold <address@hidden>
AuthorDate: Thu Nov 30 02:08:16 2017 +0100

    also use exchange_url in test
---
 src/lib/merchant_api_tip_authorize.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/merchant_api_tip_authorize.c 
b/src/lib/merchant_api_tip_authorize.c
index c2590b2..cf0b5bb 100644
--- a/src/lib/merchant_api_tip_authorize.c
+++ b/src/lib/merchant_api_tip_authorize.c
@@ -89,7 +89,7 @@ check_ok (struct TALER_MERCHANT_TipAuthorizeOperation *tao,
   struct GNUNET_JSON_Specification spec[] = {
     GNUNET_JSON_spec_absolute_time ("expiration", &tip_expiration),
     GNUNET_JSON_spec_fixed_auto ("tip_id", &tip_id),
-    GNUNET_JSON_spec_string ("exchange_uri", &exchange_uri),
+    GNUNET_JSON_spec_string ("exchange_url", &exchange_uri),
     GNUNET_JSON_spec_end()
   };
 

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



reply via email to

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