From 8b8f114cfd7eaf9544b7c326c58b483fb575c737 Mon Sep 17 00:00:00 2001 From: Mirjam Herald Date: Tue, 15 Apr 2025 15:57:56 +0200 Subject: [PATCH] camelcase touchPointId --- src/openapi/orders/orders-crud.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/openapi/orders/orders-crud.yaml b/src/openapi/orders/orders-crud.yaml index 5162a24..6d162d2 100644 --- a/src/openapi/orders/orders-crud.yaml +++ b/src/openapi/orders/orders-crud.yaml @@ -116,7 +116,7 @@ paths: "customerProfileId": 1337, "totalAmount": 121, "touchPoint":{ - "touchpointId": 1, + "touchPointId": 1, "name": "Perplex" }, "language": @@ -231,7 +231,7 @@ paths: "provider": "Buckaroo", }, "touchPoint":{ - "touchpointId": 1, + "touchPointId": 1, "name": "Perplex" }, "isRefund": false, @@ -465,7 +465,7 @@ paths: "customerProfileId": 1337, "totalAmount": 121, "touchPoint":{ - "touchpointId": 1, + "touchPointId": 1, "name": "Perplex" }, "language": @@ -569,7 +569,7 @@ paths: "provider": "Buckaroo", }, "touchPoint":{ - "touchpointId": 1, + "touchPointId": 1, "name": "Perplex" }, "isRefund": false, @@ -1675,7 +1675,7 @@ paths: "provider": "Buckaroo", }, "touchPoint":{ - "touchpointId": 1, + "touchPointId": 1, "name": "Perplex" }, "isRefund": false,