feature/OVPAY-2103 #39

Merged
bboterm merged 16 commits from feature/OVPAY-2103 into develop 2025-11-28 14:33:01 +00:00
Showing only changes of commit 8db879c589 - Show all commits

View File

@ -1782,8 +1782,8 @@ paths:
"payments": [], "payments": [],
"orderCustomers": null "orderCustomers": null
} }
v2.2.1: Create order line with minimum requirements:
summary: Create order line v2.2.1 with minimum requirements summary: Create order line with minimum requirements
description: AddRemark for case where chosen product requires personal account data birthdate description: AddRemark for case where chosen product requires personal account data birthdate
value: value:
{ {
@ -2026,15 +2026,6 @@ paths:
"validFrom": "2024-03-25T09:00:00", "validFrom": "2024-03-25T09:00:00",
"validUntil": null, "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: responses:
"200": "200":
description: OK description: OK
@ -4672,7 +4663,7 @@ paths:
schema: schema:
$ref: "#/components/schemas/unavailable" $ref: "#/components/schemas/unavailable"
examples: examples:
v2.2: Order with added customer address:
value: value:
{ {
"validContents": false, "validContents": false,
@ -5254,7 +5245,7 @@ paths:
/orders/validation/gboAgeProfile: /orders/validation/gboAgeProfile:
get: get:
tags: tags:
- Order validation - Order Validation
summary: Get GBO age profile that is valid for the given input. summary: Get GBO age profile that is valid for the given input.
description: |- description: |-
Only one age profile can be valid at any one time, so only one profile is returned. Only one age profile can be valid at any one time, so only one profile is returned.