refactor: resolve payment iossue
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user