Commit bb0be8c7 by Arjun Jhukal

updated the minor changes

parent 8958250d
...@@ -156,7 +156,7 @@ export default function CheckoutPage({ amount, slug, bonus }: { ...@@ -156,7 +156,7 @@ export default function CheckoutPage({ amount, slug, bonus }: {
catch (e: any) { catch (e: any) {
dispatch( dispatch(
showToast({ showToast({
message: e.message || "Something went wrong", message: e?.data?.message || "Something went wrong",
variant: ToastVariant.ERROR variant: ToastVariant.ERROR
}) })
) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment