gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: taxes are an array


From: gnunet
Subject: [taler-merchant] branch master updated: taxes are an array
Date: Sun, 04 Jun 2023 01:34:54 +0200

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

grothoff pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new 804c5255 taxes are an array
804c5255 is described below

commit 804c52553464167c9fa0c7243939f17cee42c172
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Jun 4 01:34:51 2023 +0200

    taxes are an array
---
 src/lib/merchant_api_get_product.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/merchant_api_get_product.c 
b/src/lib/merchant_api_get_product.c
index f38dcf62..3f026bf3 100644
--- a/src/lib/merchant_api_get_product.c
+++ b/src/lib/merchant_api_get_product.c
@@ -108,7 +108,7 @@ handle_get_product_finished (void *cls,
         GNUNET_JSON_spec_string (
           "image",
           &pgr.details.ok.image),
-        GNUNET_JSON_spec_object_const (
+        GNUNET_JSON_spec_array_const (
           "taxes",
           &pgr.details.ok.taxes),
         GNUNET_JSON_spec_int64 (

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