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


From: gnunet
Subject: [GNUnet-SVN] [taler-merchant] branch master updated: syntax
Date: Tue, 28 May 2019 19:39:47 +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 bd8d28e  syntax
bd8d28e is described below

commit bd8d28ef721fcb56813c4e55c5a3c54e1c40852a
Author: Marcello Stanisci <address@hidden>
AuthorDate: Tue May 28 19:39:39 2019 +0200

    syntax
---
 src/backend/taler-merchant-httpd_pay.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/src/backend/taler-merchant-httpd_pay.c 
b/src/backend/taler-merchant-httpd_pay.c
index 17474ec..5a2fab2 100644
--- a/src/backend/taler-merchant-httpd_pay.c
+++ b/src/backend/taler-merchant-httpd_pay.c
@@ -734,8 +734,6 @@ check_payment_sufficient (struct PayContext *pc)
   GNUNET_log (GNUNET_ERROR_TYPE_INFO,
               "Subtracting total refunds from paid amount: %s\n",
               TALER_amount_to_string (&pc->total_refunded));
-
-
   /**
    * Deposit fees of *all* the coins are higher than
    * the fixed limit that the merchant is willing to
@@ -766,7 +764,7 @@ check_payment_sufficient (struct PayContext *pc)
       (GNUNET_OK == TALER_amount_add
         (&total_needed,
          &total_needed,
-         &wire_fee_customer_contribution))
+         &wire_fee_customer_contribution));
 
     /* check if total payment sufficies */
     if (-1 == TALER_amount_cmp (&acc_amount,

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



reply via email to

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