From 056018bbba1bd9f049f3e7c9f33f0326dfbb251e Mon Sep 17 00:00:00 2001 From: Holly Abrams Date: Mon, 9 Sep 2024 12:10:41 -0400 Subject: [PATCH 1/2] Gio Express Label Options --- official/guides/carriers/gio-express/options.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 official/guides/carriers/gio-express/options.json diff --git a/official/guides/carriers/gio-express/options.json b/official/guides/carriers/gio-express/options.json new file mode 100644 index 00000000..c1fce978 --- /dev/null +++ b/official/guides/carriers/gio-express/options.json @@ -0,0 +1,8 @@ +{ + "options": { + "pickup_min_datetime":"2024-09-06T06:38:16+00:00", + "pickup_max_datetime":"2024-09-06T11:38:16+00:00", + "delivery_min_datetime":"2024-09-07T00:38:16+00:00", + "delivery_max_datetime":"2024-09-12T23:59:00+00:00" + } +} From 78353ba797af9528b5bbac6313224bf31a4c36a0 Mon Sep 17 00:00:00 2001 From: Holly Abrams Date: Mon, 9 Sep 2024 12:29:02 -0400 Subject: [PATCH 2/2] Fix: format node --- official/guides/carriers/gio-express/options.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/official/guides/carriers/gio-express/options.json b/official/guides/carriers/gio-express/options.json index c1fce978..5ac6ba70 100644 --- a/official/guides/carriers/gio-express/options.json +++ b/official/guides/carriers/gio-express/options.json @@ -1,8 +1,8 @@ { "options": { - "pickup_min_datetime":"2024-09-06T06:38:16+00:00", - "pickup_max_datetime":"2024-09-06T11:38:16+00:00", - "delivery_min_datetime":"2024-09-07T00:38:16+00:00", - "delivery_max_datetime":"2024-09-12T23:59:00+00:00" + "pickup_min_datetime": "2024-09-06T06:38:16+00:00", + "pickup_max_datetime": "2024-09-06T11:38:16+00:00", + "delivery_min_datetime": "2024-09-07T00:38:16+00:00", + "delivery_max_datetime": "2024-09-12T23:59:00+00:00" } }