From a0e4f6e96d217c327d4be83edb0d1c3421466030 Mon Sep 17 00:00:00 2001 From: "Kent C. Dodds" Date: Thu, 12 Oct 2023 10:16:15 -0600 Subject: [PATCH] add product id --- app/utils/epic.server.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/utils/epic.server.ts b/app/utils/epic.server.ts index fcdfb49..ae2d061 100644 --- a/app/utils/epic.server.ts +++ b/app/utils/epic.server.ts @@ -13,7 +13,10 @@ const UserInfoSchema = z.object({ ), }) -const epicWebProductIds = ['kcd_product-f000186d-78c2-4b02-a763-85b2e5feec7b'] +const epicWebProductIds = [ + 'kcd_product-f000186d-78c2-4b02-a763-85b2e5feec7b', + 'kcd_product_dbf94bf0-66b0-11ee-8c99-0242ac120002', +] export async function validateUserPurchase({ deviceToken,