diff --git a/src/components/payment/Payment.tsx b/src/components/payment/Payment.tsx index 7e1acf7..80f0122 100644 --- a/src/components/payment/Payment.tsx +++ b/src/components/payment/Payment.tsx @@ -286,7 +286,7 @@ export default function Payment(props: IPaymentProps) { }); const [countdownTime, setCountdownTime] = useState(''); // const [isCountdownTimeout, setIsCountdownTimeout] = useState(false); - const moneyRange: number[] = [0.01, 20000]; + const moneyRange: number[] = [0.01, 100000]; const countdownIntervalRef = useRef(); const [refreshQrCodeCount, setRefreshQrCodeCount] = useState(0); @@ -383,7 +383,7 @@ export default function Payment(props: IPaymentProps) { return (
- +