Add productId in issuedvoucher response (nb: its not added in purchasedproducts response as this was not implemented and not needed)
This commit is contained in:
parent
c692cd45ea
commit
1ac734de96
@ -307,7 +307,7 @@ paths:
|
|||||||
"purchasedTapconnectTickets": [],
|
"purchasedTapconnectTickets": [],
|
||||||
"issuedVouchers": [],
|
"issuedVouchers": [],
|
||||||
}
|
}
|
||||||
Create Purchased TapConnet Ticket:
|
Create Purchased TapConnect Ticket:
|
||||||
value:
|
value:
|
||||||
{
|
{
|
||||||
"productId": 11,
|
"productId": 11,
|
||||||
@ -1326,6 +1326,7 @@ paths:
|
|||||||
"issuedVoucherId": "d4e5f6a7-b8c9-0d1e-2f3a-4b5c6d7e8f90",
|
"issuedVoucherId": "d4e5f6a7-b8c9-0d1e-2f3a-4b5c6d7e8f90",
|
||||||
"purchasedProductId": "058a1af7-897f-45d5-b691-9cc9161e387f",
|
"purchasedProductId": "058a1af7-897f-45d5-b691-9cc9161e387f",
|
||||||
"voucherCode": "VOUCHER123",
|
"voucherCode": "VOUCHER123",
|
||||||
|
"productId": 888,
|
||||||
"touchPointId": 23,
|
"touchPointId": 23,
|
||||||
"metadata1": null,
|
"metadata1": null,
|
||||||
"metadata2": null,
|
"metadata2": null,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user