We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac3c3f1 commit 81d353eCopy full SHA for 81d353e
backend/src/business/tips/TipsService.ts
@@ -17,8 +17,12 @@ const recurringForFrequency: Record<
17
},
18
};
19
20
-const RECURRING_PRODUCT_ID = isProduction() ? 'XXX' : 'prod_RqWpsbQnybLsmU';
21
-const ONE_TIME_PRODUCT_ID = isProduction() ? 'XXX' : 'prod_RqWxloaBN1Gqnd';
+const RECURRING_PRODUCT_ID = isProduction()
+ ? 'prod_S9HJnU8utlvPTX'
22
+ : 'prod_RqWpsbQnybLsmU';
23
+const ONE_TIME_PRODUCT_ID = isProduction()
24
+ ? 'prod_S9HKYT98DRZT6J'
25
+ : 'prod_RqWxloaBN1Gqnd';
26
27
export async function createTipCheckoutSession({
28
amountMinorUnits: amount,
0 commit comments