[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [taler-merchant] branch master updated: check payment logic
From: |
gnunet |
Subject: |
[GNUnet-SVN] [taler-merchant] branch master updated: check payment logic: remove additional JSON format placeholder |
Date: |
Thu, 01 Aug 2019 22:24:47 +0200 |
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 8449820 check payment logic: remove additional JSON format placeholder
8449820 is described below
commit 844982007393694c52a4d6d47417630a76fa5b94
Author: Florian Dold <address@hidden>
AuthorDate: Thu Aug 1 22:24:37 2019 +0200
check payment logic: remove additional JSON format placeholder
---
src/backend/taler-merchant-httpd_check-payment.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/backend/taler-merchant-httpd_check-payment.c
b/src/backend/taler-merchant-httpd_check-payment.c
index 121b264..2e6cea9 100644
--- a/src/backend/taler-merchant-httpd_check-payment.c
+++ b/src/backend/taler-merchant-httpd_check-payment.c
@@ -93,7 +93,7 @@ send_pay_request (struct MHD_Connection *connection,
GNUNET_assert (NULL != url);
ret = TMH_RESPONSE_reply_json_pack (connection,
MHD_HTTP_OK,
- "{s:s, s:s, s:b, s:b}",
+ "{s:s, s:s, s:b}",
"payment_redirect_url",
url,
"contract_url",
--
To stop receiving notification emails like this one, please contact
address@hidden.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] [taler-merchant] branch master updated: check payment logic: remove additional JSON format placeholder,
gnunet <=