Merged in fix/LOY-399-include-lang-in-activate-call (pull request #2927)
fix(LOY-399): Add lang to promo campaign call * fix(LOY-399): Add lang to promo campaign call Approved-by: Matilda Landström
This commit is contained in:
@@ -65,4 +65,5 @@ export type GetSavedPaymentCardsInput = z.input<
|
||||
|
||||
export const addPromoCampaignInput = z.object({
|
||||
promotionId: z.string(),
|
||||
language: z.nativeEnum(Lang),
|
||||
})
|
||||
|
||||
@@ -230,6 +230,7 @@ export const userMutationRouter = router({
|
||||
},
|
||||
body: {
|
||||
promotionId: input.promotionId,
|
||||
language: input.language,
|
||||
},
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user