master
mpn 2024-03-07 21:46:08 +03:30
parent 7beec70c11
commit bd2f1e6e86
1 changed files with 1 additions and 1 deletions

View File

@ -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",