Merged in feat/SW-2340-aa-tracking-my-stay-pageview- (pull request #2133)
feat: SW-2340 Implemented tracking on my-stay, webview my-stay and receipt page * feat: SW-2340 Implemented tracking on my-stay, webview my-stay and receipt page * feat: SW-2340 Updated webview tracking * feat: SW-2340 Updated receipt tracking Approved-by: Linus Flood
This commit is contained in:
@@ -27,6 +27,7 @@ import accessBooking, {
|
||||
import Footer from "./Footer"
|
||||
import Specification from "./Specification"
|
||||
import Total from "./Total"
|
||||
import Tracking from "./tracking"
|
||||
|
||||
import styles from "./receipt.module.css"
|
||||
|
||||
@@ -178,6 +179,7 @@ export async function Receipt({ refId }: { refId: string }) {
|
||||
<hr className={styles.divider} />
|
||||
|
||||
<Footer booking={maskedBooking} room={room} />
|
||||
<Tracking />
|
||||
</main>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user