Skip to content

Commit

Permalink
add product id
Browse files Browse the repository at this point in the history
  • Loading branch information
kentcdodds committed Oct 12, 2023
1 parent d8e2433 commit a0e4f6e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/utils/epic.server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit a0e4f6e

Please sign in to comment.