From a7f80b51586034d2886508a44c5af6807776fd15 Mon Sep 17 00:00:00 2001 From: Tariq Jamal A Date: Fri, 18 Apr 2025 01:06:05 +0530 Subject: [PATCH] issue fix --- components/payment/paymentComponent.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/payment/paymentComponent.jsx b/components/payment/paymentComponent.jsx index f16ddcd..160157d 100644 --- a/components/payment/paymentComponent.jsx +++ b/components/payment/paymentComponent.jsx @@ -35,7 +35,7 @@ const PaymentComponent = ({ amount, onSuccess }) => { const response = await axios.get("https://apilayer.net/api/live", { params: { - access_key: "", + access_key: "9bcb30907dee1cda9866f7b49f0f8def", currencies: "USD", source: "INR", format: 1, @@ -94,7 +94,7 @@ const PaymentComponent = ({ amount, onSuccess }) => { const order = await createOrder(); console.log(shippingData) const options = { - key: process.env.NEXT_RAZORPAY_CLIENT_ID, + key: "rzp_test_1SbLmNX2nCKRZA", amount: order.amount, currency: order.currency, name: "Rudraksha",