fix: update payment ID parameter name in result page

This commit is contained in:
imeepos 2025-09-28 17:50:47 +08:00
parent 5453c79197
commit f02e8d949a
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ const ResultPage: React.FC = () => {
};
useEffect(() => {
const paymentId = searchParams.get('payment_id') || searchParams.get('taskId');
const paymentId = searchParams.get('paymentId') || searchParams.get('taskId');
if (paymentId) {
setTaskId(paymentId);