taler-mdb

GNU Taler Extensions and Integrations
Log | Files | Refs | Submodules | README | LICENSE

commit 4c01e26adbc0541de5e31012aaeadb4acfe1e016
parent d0768f76c8b21757e118535b313c9190a8b2a77c
Author: Dominik Hofer <dominik.hofer@bfh.ch>
Date:   Fri,  6 Dec 2019 10:42:08 +0100

disableautorefund

Diffstat:
Msrc/main.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main.c b/src/main.c @@ -1236,7 +1236,7 @@ launch_payment (const struct Product *product) uuid_s); GNUNET_free (uuid_s); /* create the json object for the order request */ - orderReq = json_pack ("{ s:s, s:o, s:s, s:o }", + orderReq = json_pack ("{ s:s, s:o, s:s }", "summary", product->description, "amount", TALER_JSON_from_amount (&product->price), "fulfillment_url", fulflmntUrl