gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: partially adjusting date format


From: gnunet
Subject: [taler-merchant] branch master updated: partially adjusting date format for tests.
Date: Sun, 22 Dec 2019 12:40:58 +0100

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 faee881  partially adjusting date format for tests.
faee881 is described below

commit faee881f420c2b43c4d20eca2f353e27d43b838c
Author: Marcello Stanisci <address@hidden>
AuthorDate: Sun Dec 22 12:39:56 2019 +0100

    partially adjusting date format for tests.
---
 src/lib/test_merchant_api.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/lib/test_merchant_api.c b/src/lib/test_merchant_api.c
index 54c166e..ec94287 100644
--- a/src/lib/test_merchant_api.c
+++ b/src/lib/test_merchant_api.c
@@ -268,8 +268,8 @@ run (void *cls,
            \"value\":0,\
            \"fraction\":50000000},\
         \"order_id\":\"1\",\
-        \"refund_deadline\":\"\\/Date(0)\\/\",\
-        \"pay_deadline\":\"\\/Date(99999999999)\\/\",\
+        \"refund_deadline\": {\"t_ms\": 0},\
+        \"pay_deadline\": {\"t_ms\": \"never\" },\
         \"amount\":\
           {\"currency\":\"EUR\",\
            \"value\":5,\
@@ -351,8 +351,8 @@ run (void *cls,
            \"value\":0,\
            \"fraction\":50000000},\
         \"order_id\":\"2\",\
-        \"refund_deadline\":\"\\/Date(0)\\/\",\
-        \"pay_deadline\":\"\\/Date(99999999999)\\/\",\
+        \"refund_deadline\": {\"t_ms\": 0},\
+        \"pay_deadline\": {\"t_ms\": \"never\" },\
         \"amount\":\
           {\"currency\":\"EUR\",\
            \"value\":5,\

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



reply via email to

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