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', };