Represents the PaymentStatus component.
Members
boolean
# static isErrorPayment
State to track payment error status.
- Default Value:
- false
View Source component/PaymentStatus/PaymentStatus.jsx, line 22
boolean
# static successPayment
State to track successful payment status.
- Default Value:
- false
View Source component/PaymentStatus/PaymentStatus.jsx, line 14
# inner constant location
Get the current location.
# inner constant navigate
Initialize a navigation function.
# inner constant searchParams
Create URL search parameters from the current location.