From d2ffe355134e00047ee8e542d3e992352da201f1 Mon Sep 17 00:00:00 2001 From: Max Martens Date: Tue, 28 Oct 2025 15:23:30 +0100 Subject: [PATCH] Fixed saldo product example (now 1 cent instead of 100 cent) --- src/openapi/products/products-crud.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/openapi/products/products-crud.yaml b/src/openapi/products/products-crud.yaml index 5fb3a11..84bb142 100644 --- a/src/openapi/products/products-crud.yaml +++ b/src/openapi/products/products-crud.yaml @@ -1674,8 +1674,8 @@ paths: "isArchived": false, "gboPackageTemplateId": null, "tapConnectProductCode": null, - "productName": "OV-pas saldo (1 euro)", - "productDescription": "1 euro saldo voor de OV-pas ", + "productName": "OV-pas saldo (1 eurocent)", + "productDescription": "1 eurocent saldo voor de OV-pas ", "validityPeriod": { "validityPeriodId": 123, "fromInclusive": "2023-12-31T23:00:00.000+00:00", @@ -1684,8 +1684,8 @@ paths: "productTranslations": [ { "language": "en", - "name": "OV-pas credit (1 euro)", - "description": "1 euro credit for the OV-pas" + "name": "OV-pas credit (1 eurocent)", + "description": "1 eurocent credit for the OV-pas" } ], "productOwner": { @@ -1781,7 +1781,7 @@ paths: "taxCode": null, "taxPercentage": null, "amountExclTax": null, - "amountInclTax": 100, + "amountInclTax": 1, "fromInclusive": "2024-09-30T23:00:00.000+00:00", "toInclusive": "2099-12-30T23:00:00.000+00:00", "internalPrice": 0.0000