Merged in feat/LOY-364-promo-activation-flow (pull request #2872)

Feat/LOY-364 promo activation flow

* feat(LOY-364): add promo activation flow

* chore(LOY-371): add tracking

Approved-by: Chuma Mcphoy (We Ahead)
This commit is contained in:
Matilda Landström
2025-10-01 06:39:35 +00:00
parent 8ac9e82476
commit 72d62e6868
17 changed files with 373 additions and 35 deletions

View File

@@ -161,6 +161,7 @@ const authenticatedUser: SafeUser = {
phoneNumber: undefined,
profileId: "",
employmentDetails: undefined,
promotions: [],
}
const badAuthenticatedUser: SafeUser = {
@@ -193,6 +194,7 @@ const badAuthenticatedUser: SafeUser = {
phoneNumber: undefined,
profileId: "",
employmentDetails: undefined,
promotions: [],
}
const loggedOutGuest: Guest = {