diff --git a/src/app/ac/page.js b/src/app/ac/page.js index b1d62f5..ee3114c 100644 --- a/src/app/ac/page.js +++ b/src/app/ac/page.js @@ -13,6 +13,7 @@ const BookingForm = () => { contact: "", email: "", confirmEmail: "", + team:"", }); const handleChange = (e) => { @@ -42,8 +43,8 @@ const BookingForm = () => { e.preventDefault(); const currency = "INR"; - const response = await axios.post("https://ecell-orcin.vercel.app/payment/", { - amount: 1800 * 100, + const response = await axios.post("http://localhost:4000/payment/", { + amount: 10 * 100, receipt: "AAyu9414", currency, }); @@ -103,13 +104,14 @@ const BookingForm = () => { className="text-2xl text-white md:text-5xl mt-24 md:my-12 font-bold font-Nova uppercase" text="Accommodation" /> -