From 1a8497ae7078ec341a7279af3505920dc0b7ed49 Mon Sep 17 00:00:00 2001 From: Mirjam Herald Date: Fri, 28 Mar 2025 16:35:49 +0100 Subject: [PATCH] updated touchpoint id in response to nested object --- src/openapi/orders/orders-crud.yaml | 25 ++++++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-) diff --git a/src/openapi/orders/orders-crud.yaml b/src/openapi/orders/orders-crud.yaml index 6497314..30291a3 100644 --- a/src/openapi/orders/orders-crud.yaml +++ b/src/openapi/orders/orders-crud.yaml @@ -129,7 +129,10 @@ paths: "orderNumber": "123456", "customerProfileId": 1337, "totalAmount": 121, - "touchPointId": 1, + "touchPoint":{ + "touchpointId": 1, + "name": "Perplex" + }, "language": { "languageId": 1, @@ -243,7 +246,10 @@ paths: "name": "ideal", "provider": "Buckaroo", }, - "touchPointId": 1, + "touchPoint":{ + "touchpointId": 1, + "name": "Perplex" + }, "isRefund": false, "htmPaymentReference": "HTM-1234", "pspPaymentReference": "Buckaroo-1234", @@ -476,7 +482,10 @@ paths: "orderNumber": "123456", "customerProfileId": 1337, "totalAmount": 121, - "touchPointId": 1, + "touchPoint":{ + "touchpointId": 1, + "name": "Perplex" + }, "language": { "languageId": 1, @@ -579,7 +588,10 @@ paths: "name": "ideal", "provider": "Buckaroo", }, - "touchPointId": 1, + "touchPoint":{ + "touchpointId": 1, + "name": "Perplex" + }, "isRefund": false, "htmPaymentReference": "HTM-1234", "pspPaymentReference": "Buckaroo-1234", @@ -1684,7 +1696,10 @@ paths: "name": "ideal", "provider": "Buckaroo", }, - "touchPointId": 1, + "touchPoint":{ + "touchpointId": 1, + "name": "Perplex" + }, "isRefund": false, "htmPaymentReference": "HTM-1234", "pspPaymentReference": "Buckaroo-1234",