From 8db879c589342d0909d081a0f57b093b3c52db23 Mon Sep 17 00:00:00 2001 From: "b.boterman@htm.nl" Date: Thu, 27 Nov 2025 15:10:07 +0100 Subject: [PATCH] OVPAY-2103 - Bugs after merge conflict, part deux. --- src/openapi/orders/service_engine_orders.yaml | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/src/openapi/orders/service_engine_orders.yaml b/src/openapi/orders/service_engine_orders.yaml index 1d7a789..34cf344 100644 --- a/src/openapi/orders/service_engine_orders.yaml +++ b/src/openapi/orders/service_engine_orders.yaml @@ -1782,8 +1782,8 @@ paths: "payments": [], "orderCustomers": null } - v2.2.1: - summary: Create order line v2.2.1 with minimum requirements + Create order line with minimum requirements: + summary: Create order line with minimum requirements description: AddRemark for case where chosen product requires personal account data birthdate value: { @@ -2026,15 +2026,6 @@ paths: "validFrom": "2024-03-25T09:00:00", "validUntil": null, } - v2.2: - summary: Update order line v2.2 - description: Update order line v2.2 - value: - { - "quantity": 1, - "validFrom": "2024-03-25T09:00:00", - "validUntil": null, - } responses: "200": description: OK @@ -4672,7 +4663,7 @@ paths: schema: $ref: "#/components/schemas/unavailable" examples: - v2.2: + Order with added customer address: value: { "validContents": false, @@ -5254,7 +5245,7 @@ paths: /orders/validation/gboAgeProfile: get: tags: - - Order validation + - Order Validation summary: Get GBO age profile that is valid for the given input. description: |- Only one age profile can be valid at any one time, so only one profile is returned.