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