master
parent
7beec70c11
commit
bd2f1e6e86
|
@ -95,7 +95,7 @@ const CheckoutData = () => {
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
// router.push(data?.paymentUrl);
|
router.push(data?.paymentUrl);
|
||||||
} catch ({ error, status }) {
|
} catch ({ error, status }) {
|
||||||
toast.error(`${error?.response?.data?.message}`, {
|
toast.error(`${error?.response?.data?.message}`, {
|
||||||
position: "bottom-right",
|
position: "bottom-right",
|
||||||
|
|
Loading…
Reference in New Issue