gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-merchant] 06/22: multicoin check paid.


From: gnunet
Subject: [GNUnet-SVN] [taler-merchant] 06/22: multicoin check paid.
Date: Sat, 17 Mar 2018 01:58:31 +0100

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

marcello pushed a commit to branch master
in repository merchant.

commit f2156b6a9a27f9fb587ccfdeb0e76b3028c0b9c0
Author: Marcello Stanisci <address@hidden>
AuthorDate: Thu Mar 8 11:11:01 2018 +0100

    multicoin check paid.
---
 src/lib/test_merchant_api_twisted.c | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/src/lib/test_merchant_api_twisted.c 
b/src/lib/test_merchant_api_twisted.c
index adcb25f..63c3fb9 100644
--- a/src/lib/test_merchant_api_twisted.c
+++ b/src/lib/test_merchant_api_twisted.c
@@ -230,7 +230,6 @@ run (void *cls,
                            "EUR:1.99", // no sense now
                            "EUR:0.01"), // no sense now
 
-    #if 0
     TALER_TESTING_cmd_check_payment ("check-payment-2",
                                      merchant_url,
                                      is->ctx,
@@ -243,8 +242,12 @@ run (void *cls,
     TALER_TESTING_cmd_check_bank_transfer
       ("check_bank_transfer-1",
        exchange_url,
-       "EUR:5.98", 2, 62),
-    #endif
+       /* paid,         1.97 =
+          brutto        2.00 -
+          deposit fee   0.01 * 2 -
+          wire fee      0.01
+       */
+       "EUR:1.97", 2, 62),
 
     /* Should instead change the response body somehow! */
     #if 0

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



reply via email to

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