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: no "hint" field in


From: gnunet
Subject: [GNUnet-SVN] [taler-merchant] branch master updated: no "hint" field in error
Date: Thu, 29 Jun 2017 00:08:03 +0200

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

marcello pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new 735c6d7  no "hint" field in error
735c6d7 is described below

commit 735c6d7a8c6dfcdb564bcc1291a02a6ebc436392
Author: Marcello Stanisci <address@hidden>
AuthorDate: Thu Jun 29 00:07:41 2017 +0200

    no "hint" field in error
---
 src/lib/merchant_api_refund.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/src/lib/merchant_api_refund.c b/src/lib/merchant_api_refund.c
index 3ed7bc1..215298e 100644
--- a/src/lib/merchant_api_refund.c
+++ b/src/lib/merchant_api_refund.c
@@ -263,7 +263,6 @@ handle_refund_lookup_finished (void *cls,
 {
   struct TALER_MERCHANT_RefundLookupOperation *rlo = cls;
   char *error;
-  char *hint;
   enum TALER_ErrorCode code;
 
   rlo->job = NULL;
@@ -290,8 +289,7 @@ handle_refund_lookup_finished (void *cls,
     json_unpack ((json_t *) json,
                  "{s:s, s:I, s:s}",
                  "error", &error,
-                 "code", &code,
-                 "hint", &hint);
+                 "code", &code);
     GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
                 "Failed GET /refund, error: %s, code: %d, hint: %s\n",
                 error,

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



reply via email to

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