refactor: resolve payment iossue

This commit is contained in:
2025-04-30 14:22:35 +05:30
parent 36a1d2e1a2
commit 366d8bf3dc
3 changed files with 51 additions and 3 deletions

View File

@@ -97,7 +97,7 @@ const PaymentComponent = ({ amount, onSuccess }) => {
console.log("Razorpay Client ID:", process.env.NEXT_PUBLIC_RAZORPAY_CLIENT_ID);
const options = {
key: "rzp_test_1SbLmNX2nCKRZA",
key: "rzp_test_Xf4wnkvQQeUnCq",
amount: order.amount,
currency: order.currency,
name: "Rudraksha",