From 1ac734de965cfdad2320c4b62c8c35ed96f93e04 Mon Sep 17 00:00:00 2001 From: Max Martens Date: Wed, 9 Sep 2026 09:33:11 +0200 Subject: [PATCH] Add productId in issuedvoucher response (nb: its not added in purchasedproducts response as this was not implemented and not needed) --- src/openapi/products/purchased_products-crud.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/openapi/products/purchased_products-crud.yaml b/src/openapi/products/purchased_products-crud.yaml index 0521741..cb3f4da 100644 --- a/src/openapi/products/purchased_products-crud.yaml +++ b/src/openapi/products/purchased_products-crud.yaml @@ -307,7 +307,7 @@ paths: "purchasedTapconnectTickets": [], "issuedVouchers": [], } - Create Purchased TapConnet Ticket: + Create Purchased TapConnect Ticket: value: { "productId": 11, @@ -1326,6 +1326,7 @@ paths: "issuedVoucherId": "d4e5f6a7-b8c9-0d1e-2f3a-4b5c6d7e8f90", "purchasedProductId": "058a1af7-897f-45d5-b691-9cc9161e387f", "voucherCode": "VOUCHER123", + "productId": 888, "touchPointId": 23, "metadata1": null, "metadata2": null,