Skip to content

Commit

Permalink
changed razorpay key
Browse files Browse the repository at this point in the history
  • Loading branch information
devanshdalmia01 authored Feb 22, 2023
1 parent f4aad01 commit f4215fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Pages/BuyPlan.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const BuyPlan = () => {
switch (plan) {
case "internationalplan": {
const paymentObject = new Razorpay({
key: "rzp_test_lYM1tsSUjMnWSG",
key: "rzp_test_87pRZSKzD8nZQN",
subscription_id: response.data.id,
name: "HazGuard International Plan",
description: "This will give you access to all countries.",
Expand Down Expand Up @@ -69,7 +69,7 @@ const BuyPlan = () => {
}
case "nationalplan": {
const paymentObject = new Razorpay({
key: "rzp_test_lYM1tsSUjMnWSG",
key: "rzp_test_87pRZSKzD8nZQN",
subscription_id: response.data.id,
name: "HazGuard National Plan",
description: "This will give you access to one country.",
Expand Down

0 comments on commit f4215fc

Please sign in to comment.