From 361813a734f08302e7062223e548469254a8da10 Mon Sep 17 00:00:00 2001 From: Max Martens Date: Fri, 5 Sep 2025 18:21:57 +0200 Subject: [PATCH] Add productCategory 8 (saldo), with isTravelProduct=true (as it can only exist on an OV-pas) --- src/openapi/products/productreference-crud.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/openapi/products/productreference-crud.yaml b/src/openapi/products/productreference-crud.yaml index c4f4109..b8b7526 100644 --- a/src/openapi/products/productreference-crud.yaml +++ b/src/openapi/products/productreference-crud.yaml @@ -1550,6 +1550,9 @@ components: - productCategoryId: 7 name: Functioneel product isTravelProduct: false + - productCategoryId: 8 + name: Saldo + isTravelProduct: true type: array items: $ref: '#/components/schemas/productCategoryGetEntity'