diff options
author | Marcello Stanisci <stanisci.m@gmail.com> | 2019-12-22 12:39:56 +0100 |
---|---|---|
committer | Marcello Stanisci <stanisci.m@gmail.com> | 2019-12-22 12:39:56 +0100 |
commit | faee881f420c2b43c4d20eca2f353e27d43b838c (patch) | |
tree | 90715c428542ecad44355fe606fb0ea2e88d3a66 | |
parent | 4a3c1737dbcd16859a8f7dae1c54a3f85bc8f72a (diff) |
partially adjusting date format for tests.demo-2019-12-23-00
-rw-r--r-- | src/lib/test_merchant_api.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/test_merchant_api.c b/src/lib/test_merchant_api.c index 54c166e7..ec94287e 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,\ |