From 067f510d5082518fb552dd6f7ed1593bcb3e29e0 Mon Sep 17 00:00:00 2001 From: "b.boterman@htm.nl" Date: Tue, 18 Mar 2025 17:25:58 +0100 Subject: [PATCH] OVPAY-1518 - taxPercentageAmount should be number. --- src/openapi/fiko/fiko-crud.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/openapi/fiko/fiko-crud.yaml b/src/openapi/fiko/fiko-crud.yaml index 241368b..bfc55cd 100644 --- a/src/openapi/fiko/fiko-crud.yaml +++ b/src/openapi/fiko/fiko-crud.yaml @@ -4048,7 +4048,7 @@ components: type: string example: V21 taxPercentageAmount: - type: integer + type: number example: 21 description: type: string @@ -4083,7 +4083,7 @@ components: type: string example: V21 taxPercentageAmount: - type: integer + type: number example: 21 description: type: string