atlp-rwanda/hackers-ec-Fe

View on GitHub
src/pages/PaymentSuccess.tsx

Summary

Maintainability
A
1 hr
Test Coverage
A
95%

Function PaymentSuccess has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function PaymentSuccess() {
    const [searchParams] = useSearchParams();
    const sessionId = searchParams.get('sessionId')!;
    const payerId = searchParams.get('payerId')!;
    const dispatch = useAppDispatch();
Severity: Minor
Found in src/pages/PaymentSuccess.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status