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: cosmetics


From: gnunet
Subject: [GNUnet-SVN] [taler-merchant] branch master updated: cosmetics
Date: Thu, 04 May 2017 13:47:55 +0200

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

marcello pushed a commit to branch master
in repository merchant.

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

commit f7aeef26afe5162e27631ca34d74704804c96a87
Author: Marcello Stanisci <address@hidden>
AuthorDate: Thu May 4 13:47:46 2017 +0200

    cosmetics
---
 src/backend/taler-merchant-httpd_pay.c      | 1 +
 src/backend/taler-merchant-httpd_proposal.c | 3 +--
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/backend/taler-merchant-httpd_pay.c 
b/src/backend/taler-merchant-httpd_pay.c
index 5c23f13..8c7adb8 100644
--- a/src/backend/taler-merchant-httpd_pay.c
+++ b/src/backend/taler-merchant-httpd_pay.c
@@ -795,6 +795,7 @@ process_pay_with_exchange (void *cls,
                 "Timing for this payment, wire_deadline: %llu, 
refund_deadline: %llu\n",
                 (unsigned long long) pc->wire_transfer_deadline.abs_value_us,
                 (unsigned long long) pc->refund_deadline.abs_value_us);
+
     dc->dh = TALER_EXCHANGE_deposit (mh,
                                      &dc->amount_with_fee,
                                      pc->wire_transfer_deadline,
diff --git a/src/backend/taler-merchant-httpd_proposal.c 
b/src/backend/taler-merchant-httpd_proposal.c
index 2bfdaad..36d174a 100644
--- a/src/backend/taler-merchant-httpd_proposal.c
+++ b/src/backend/taler-merchant-httpd_proposal.c
@@ -183,8 +183,7 @@ proposal_put (struct MHD_Connection *connection,
                      json_string (buf));
   }
 
-  if (NULL == json_object_get (order,
-                               "timestamp"))
+  if (NULL == json_object_get (order, "timestamp"))
   {
     struct GNUNET_TIME_Absolute now = GNUNET_TIME_absolute_get ();
 

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



reply via email to

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