Merged in fix/tracking-lowestroomprice (pull request #1196)
fix: changed lowestRoomPrice event model * fix: changed lowestRoomPrice event model Approved-by: Erik Tiekstra
This commit is contained in:
@@ -149,7 +149,7 @@ export function trackLowestRoomPrice(event: LowestRoomPriceEvent) {
|
|||||||
arrivalDate: event.arrivalDate,
|
arrivalDate: event.arrivalDate,
|
||||||
departureDate: event.departureDate,
|
departureDate: event.departureDate,
|
||||||
},
|
},
|
||||||
price: {
|
viewItemInfo: {
|
||||||
lowestPrice: event.lowestPrice,
|
lowestPrice: event.lowestPrice,
|
||||||
currency: event.currency,
|
currency: event.currency,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user