Skip to content

Commit

Permalink
done
Browse files Browse the repository at this point in the history
  • Loading branch information
Naveen-g09 committed Oct 24, 2024
1 parent ef544c1 commit e3e47af
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion app/payment.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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: "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6188,10 +6188,10 @@ [email protected]:
require-from-string "^2.0.2"
resolve-from "^5.0.0"

[email protected].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==
[email protected].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"

Expand Down Expand Up @@ -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"
Expand All @@ -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"

Expand Down

0 comments on commit e3e47af

Please sign in to comment.