diff --git a/src/pages/transaction/billing/charge-page.tsx b/src/pages/transaction/billing/charge-page.tsx index f14ec17..af95f13 100644 --- a/src/pages/transaction/billing/charge-page.tsx +++ b/src/pages/transaction/billing/charge-page.tsx @@ -85,9 +85,9 @@ export const BillingChargePage = () => { }, 3000); }).catch((e: any) => { - alert(e) - if(e.response?.data?.message){ - showAlert(e.response?.data?.message); + console.log(e) + if(e.response?.data?.error?.message){ + showAlert(e.response?.data?.error?.message); return; } });