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: fix #5187


From: gnunet
Subject: [GNUnet-SVN] [taler-merchant] branch master updated: fix #5187
Date: Thu, 30 Nov 2017 11:22:21 +0100

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 78f0bae  fix #5187
78f0bae is described below

commit 78f0bae5a57c0954688053f584c84e5e580f12eb
Author: Christian Grothoff <address@hidden>
AuthorDate: Thu Nov 30 11:22:19 2017 +0100

    fix #5187
---
 src/backend/taler-merchant-httpd_refund.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/backend/taler-merchant-httpd_refund.c 
b/src/backend/taler-merchant-httpd_refund.c
index 9c5df27..e0c326f 100644
--- a/src/backend/taler-merchant-httpd_refund.c
+++ b/src/backend/taler-merchant-httpd_refund.c
@@ -266,7 +266,9 @@ MH_handler_refund_increase (struct TMH_RequestHandler *rh,
 
   confirmation.purpose.purpose = htonl (TALER_SIGNATURE_MERCHANT_REFUND_OK);
   confirmation.purpose.size = htonl (sizeof (struct 
TALER_MerchantRefundConfirmationPS));
-
+  GNUNET_CRYPTO_hash (order_id,
+                      strlen (order_id),
+                      &confirmation.h_order_id);
   if (GNUNET_OK !=
       GNUNET_CRYPTO_eddsa_sign (&mi->privkey.eddsa_priv,
                                &confirmation.purpose,

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



reply via email to

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