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",