commit faee881f420c2b43c4d20eca2f353e27d43b838c
parent 4a3c1737dbcd16859a8f7dae1c54a3f85bc8f72a
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date: Sun, 22 Dec 2019 12:39:56 +0100
partially adjusting date format for tests.
Diffstat:
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git 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,\