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:
@@ -62,3 +62,7 @@ export const getSavedPaymentCardsInput = z.object({
|
||||
export type GetSavedPaymentCardsInput = z.input<
|
||||
typeof getSavedPaymentCardsInput
|
||||
>
|
||||
|
||||
export const addPromoCampaignInput = z.object({
|
||||
promotionId: z.string(),
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user