--
This commit is contained in:
parent
c2ca5e527e
commit
29175c3b17
@ -37,7 +37,7 @@ export const useAfterPay = () => {
|
||||
startPayCartProcess(paymentUserId)
|
||||
} else {
|
||||
enqueueSnackbar("Товары успешно приобретены")
|
||||
if (currentCC) navigate("tariffs")
|
||||
if (currentCC) navigate("/tariffs")
|
||||
cancelPayCartProcess()
|
||||
}
|
||||
})()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user