's'
This commit is contained in:
@@ -58,9 +58,12 @@ export function getPaymentConfig(): PaymentConfig {
|
||||
};
|
||||
}
|
||||
|
||||
/** 茶歇费 29元/人 */
|
||||
export const JOIN_TEA_FEE = 2900;
|
||||
|
||||
export function getJoinPaymentConfig(): { amount: number; type: string } {
|
||||
return {
|
||||
amount: Number(process.env.PAYMENT_JOIN_AMOUNT) || MEETUP_JOIN_AMOUNT,
|
||||
amount: Number(process.env.PAYMENT_JOIN_AMOUNT) || JOIN_TEA_FEE,
|
||||
type: "salon",
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user