's'
This commit is contained in:
@@ -12,7 +12,7 @@ import { queryXorPayOrderStatus } from "@/app/lib/xorpayStatus";
|
||||
import { queryZPayOrderStatus } from "@/app/lib/zpayStatus";
|
||||
|
||||
const getDefaultTotalFee = () =>
|
||||
getPaymentConfig().defaultAmount ?? Number(process.env.PAYMENT_DEFAULT_AMOUNT) ?? 8800;
|
||||
getPaymentConfig().defaultAmount ?? Number(process.env.PAYMENT_DEFAULT_AMOUNT) ?? 18800;
|
||||
|
||||
function parsePayPriceToCents(payPrice: unknown): number | null {
|
||||
if (payPrice == null) return null;
|
||||
|
||||
Reference in New Issue
Block a user