improve(payments): handling free products and subscriptions

This commit is contained in:
Carl-Gerhard Lindesvärd
2025-04-01 21:27:11 +02:00
parent 1e99c1843a
commit a6762b90ca
4 changed files with 106 additions and 49 deletions

View File

@@ -16,3 +16,8 @@ export const PRICING: IPrice[] = [
// { price: 650, events: 20_000_000 },
// { price: 900, events: 30_000_000 },
];
export const FREE_PRODUCT_IDS = [
'a18b4bee-d3db-4404-be6f-fba2f042d9ed', // Prod
'036efa2a-b3b4-4c75-b24a-9cac6bb8893b', // Sandbox
];