Merge branch 'dev' into 'staging'
-- See merge request frontend/squiz!363
This commit is contained in:
commit
bde2b4e8d4
@ -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