mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-14 21:27:23 +01:00
8 lines
287 B
JavaScript
8 lines
287 B
JavaScript
export const paymentConstants = {
|
|
UNLIMITED_CUSTOMER_ID: 'habitrpg', // Users with the customerId have an unlimted free subscription
|
|
GROUP_PLAN_CUSTOMER_ID: 'group-plan',
|
|
GROUP_PLAN_PAYMENT_METHOD: 'Group Plan',
|
|
GOOGLE_PAYMENT_METHOD: 'Google',
|
|
IOS_PAYMENT_METHOD: 'Apple',
|
|
};
|