Merged in feat/SW-1355-reward-night-booking-track-2 (pull request #1877)
feat: SW-1355 Added points value in details page tracking * feat: SW-1355 Added points value in details page tracking * feat: SW-1355 Updated .flatMap to .map * feat: SW-1355 Optimized for readability Approved-by: Michael Zetterberg
This commit is contained in:
@@ -88,7 +88,7 @@ export type TrackingSDKHotelInfo = {
|
||||
revenueCurrencyCode?: string // SEK, DKK, NOK, EUR
|
||||
rewardNight?: string
|
||||
rewardNightAvailability?: string
|
||||
points?: number // Should be sent only on confirmation page
|
||||
points?: number | string // Should be sent on confirmation page and enter-details page
|
||||
roomPrice?: number | string
|
||||
roomTypeCode?: string
|
||||
roomTypeName?: string
|
||||
|
||||
Reference in New Issue
Block a user