From e3e47afe80f8648596580961ba82a7954591c987 Mon Sep 17 00:00:00 2001 From: Naveen-g09 Date: Thu, 24 Oct 2024 23:23:17 +0530 Subject: [PATCH] done --- app/payment.tsx | 2 +- package.json | 2 +- yarn.lock | 18 +++++++++--------- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/app/payment.tsx b/app/payment.tsx index d178875..bdd8188 100644 --- a/app/payment.tsx +++ b/app/payment.tsx @@ -19,7 +19,7 @@ const Payment: React.FC = () => { currency: "INR", key: "rzp_test_6zPqicA8GMDU00", // Replace with your Razorpay key amount, // Amount in paise (e.g. 5000 = ₹50), - order_id: "order_EMBFqjDHEEn80l", // Replace with the order_id generated by Razorpay + order_id: "order_EMBFqjDHEEn80l", // Replace with your order ID name: "Residentron Society Maintenance", prefill: { email: "user@example.com", diff --git a/package.json b/package.json index 37f8ba2..dcdb9a6 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@types/react-native-razorpay": "^2.2.6", "axios": "^1.7.7", "class-variance-authority": "^0.7.0", - "expo": "~51.0.37", + "expo": "~51.0.38", "expo-asset": "^10.0.10", "expo-dev-client": "~4.0.28", "expo-font": "~12.0.10", diff --git a/yarn.lock b/yarn.lock index 5d6c34c..f27031f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6188,10 +6188,10 @@ expo-modules-autolinking@1.11.3: require-from-string "^2.0.2" resolve-from "^5.0.0" -expo-modules-core@1.12.25: - version "1.12.25" - resolved "https://registry.yarnpkg.com/expo-modules-core/-/expo-modules-core-1.12.25.tgz#9ec8d8762da92d961ab1044817da033ae617c9f4" - integrity sha512-HB2LS2LEM41Xq1bG+Jtzqm6XgPaa+mM9BAvCdX1lDGMQ9Ay9vMTL/GVEs2gpsINPofICopjBRwD+wftyCbVrzg== +expo-modules-core@1.12.26: + version "1.12.26" + resolved "https://registry.yarnpkg.com/expo-modules-core/-/expo-modules-core-1.12.26.tgz#86c4087dc6246abfc4d7f5e61097dc8cc4b22262" + integrity sha512-y8yDWjOi+rQRdO+HY+LnUlz8qzHerUaw/LUjKPU/mX8PRXP4UUPEEp5fjAwBU44xjNmYSHWZDwet4IBBE+yQUA== dependencies: invariant "^2.2.4" @@ -6275,10 +6275,10 @@ expo-web-browser@~13.0.3: resolved "https://registry.yarnpkg.com/expo-web-browser/-/expo-web-browser-13.0.3.tgz#dceb05dbc187b498ca937b02adf385b0232a4e92" integrity sha512-HXb7y82ApVJtqk8tManyudtTrCtx8xcUnVzmJECeHCB0SsWSQ+penVLZxJkcyATWoJOsFMnfVSVdrTcpKKGszQ== -expo@~51.0.37: - version "51.0.37" - resolved "https://registry.yarnpkg.com/expo/-/expo-51.0.37.tgz#a19b05b722d7ad445757b82a63185295508d2d4d" - integrity sha512-zMdfTiGNgNWG0HOOFA3zRreS94iQ7fDxxgEIR6wdQCbncTpbeYj+5mscTAlHE9JJ+oBkcNyJXrLSjE/YVbFERg== +expo@~51.0.38: + version "51.0.38" + resolved "https://registry.yarnpkg.com/expo/-/expo-51.0.38.tgz#e4127b230454a34a507cfb9f1a2e4b3855cb0579" + integrity sha512-/B9npFkOPmv6WMIhdjQXEY0Z9k/67UZIVkodW8JxGIXwKUZAGHL+z1R5hTtWimpIrvVhyHUFU3f8uhfEKYhHNQ== dependencies: "@babel/runtime" "^7.20.0" "@expo/cli" "0.18.30" @@ -6292,7 +6292,7 @@ expo@~51.0.37: expo-font "~12.0.10" expo-keep-awake "~13.0.2" expo-modules-autolinking "1.11.3" - expo-modules-core "1.12.25" + expo-modules-core "1.12.26" fbemitter "^3.0.0" whatwg-url-without-unicode "8.0.0-3"