This commit is contained in:
Nastya 2024-08-19 03:08:53 +03:00
parent c2ca5e527e
commit 29175c3b17

@ -37,7 +37,7 @@ export const useAfterPay = () => {
startPayCartProcess(paymentUserId)
} else {
enqueueSnackbar("Товары успешно приобретены")
if (currentCC) navigate("tariffs")
if (currentCC) navigate("/tariffs")
cancelPayCartProcess()
}
})()