gnunet-svn
[Top][All Lists]
Advanced

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

[taler-taler-mdb] branch master updated: fix


From: gnunet
Subject: [taler-taler-mdb] branch master updated: fix
Date: Sat, 22 Aug 2020 15:56:19 +0200

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

grothoff pushed a commit to branch master
in repository taler-mdb.

The following commit(s) were added to refs/heads/master by this push:
     new 20b87cc  fix
20b87cc is described below

commit 20b87cc5b5caaa2e73bc7ae2491c67ee3bde2ef9
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sat Aug 22 15:56:17 2020 +0200

    fix
---
 src/main.c | 2 +-
 taler.conf | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/main.c b/src/main.c
index 43f363c..ea79e1a 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1575,7 +1575,7 @@ launch_payment (struct Product *product)
   }
   else
   {
-    orderReq = json_pack ("{ s:s}, s:o, s:s, s:o }",
+    orderReq = json_pack ("{ s:s, s:o, s:s, s:o }",
                           "summary",
                           product->description,
                           "amount", TALER_JSON_from_amount (&product->price),
diff --git a/taler.conf b/taler.conf
index 15296c8..734e73c 100644
--- a/taler.conf
+++ b/taler.conf
@@ -2,7 +2,7 @@
 currency = EUR
 
 [taler-mdb]
-backend-base-url = http://backend.euro.taler.net/
+backend-base-url = http://backend.eur.taler.net/
 backend-authorization = ApiKey Sandbox
 # taler url for success message (see taler documentation)
 fulfillment-url = taler://fulfillment-success
@@ -23,7 +23,7 @@ FRAMEBUFFER_BACKLIGHT = 
/sys/class/backlight/soc:backlight/brightness
 
 ESSID = snack
 
-#Products 
+#Products
 #If sold out is enabled, products with description "empty" will be registered 
as sold out.
 
 #machine number 55
@@ -118,7 +118,7 @@ number = 21
 
 #machine number 25
 [product-7]
-description = NFC TAG 
+description = NFC TAG
 price = EUR:1.0
 key = e
 number = 16
@@ -162,7 +162,7 @@ number = 11
 [product-1]
 description = Sword
 price = EUR:0.05
-number = 5 
+number = 5
 
 #machine number 10
 [product-0]

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