From 0b9fd40777d2309e2c7b82d6853db30064fc9c4c Mon Sep 17 00:00:00 2001 From: udatny Date: Fri, 15 Mar 2019 13:31:08 +0100 Subject: [PATCH 1/3] fix in PaymentPageInitializeResponse not familiar in detail with openapi, but changing date to date-time in the field PaymentPageInitializeResponse.Expiration helps to build my client code. date is, as i understand it, for a regular date (day precision) - and the api returns a detailed date-time --- openapi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openapi.yaml b/openapi.yaml index a063b59..ddcb5e2 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -2576,7 +2576,7 @@ components: type: string Expiration: type: string - format: date + format: date-time RedirectUrl: type: string required: From a09103a8752a378d24c58d77d1fc6b96c42fde6a Mon Sep 17 00:00:00 2001 From: udatny Date: Mon, 25 Mar 2019 18:50:21 +0100 Subject: [PATCH 2/3] another date-time location found which matters to our code --- openapi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openapi.yaml b/openapi.yaml index ddcb5e2..1106883 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -2302,7 +2302,7 @@ components: type: string Date: type: string - format: date + format: date-time Amount: $ref: '#/components/schemas/Amount' OrderId: From 9f50613499206532acc0769f511d3963952ae0f6 Mon Sep 17 00:00:00 2001 From: nicost71 Date: Tue, 4 Jun 2019 14:25:18 +0200 Subject: [PATCH 3/3] change date type to date-time Yet another date-time which breaks our code --- openapi.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/openapi.yaml b/openapi.yaml index 1106883..3a0ff68 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -2660,7 +2660,7 @@ components: type: string Expiration: type: string - format: date + format: date-time LiabilityShift: type: boolean RedirectRequired: @@ -3123,7 +3123,7 @@ components: type: string Expiration: type: string - format: date + format: date-time RedirectUrl: type: string required: @@ -3196,7 +3196,7 @@ components: type: string Expiration: type: string - format: date + format: date-time RedirectUrl: type: string required: