Merge branch 'dev' into 'staging'

--

See merge request frontend/squiz!363
This commit is contained in:
Nastya 2024-08-19 00:09:32 +00:00
commit bde2b4e8d4

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