Skip to content

Commit

Permalink
feat-added stripe payment-invest
Browse files Browse the repository at this point in the history
  • Loading branch information
Anushkajoshii committed Jul 21, 2024
1 parent 86fa829 commit 419ab85
Show file tree
Hide file tree
Showing 19 changed files with 13,975 additions and 48 deletions.
5 changes: 5 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
REACT_APP_STRIPE_PUBLISHABLE_KEY=pk_test_51OZeOJSHKQ5UtevikLLJG3vvyhNe2XwePgVfDVvW1aalKTW1yhPJyiEg50tZJ9xldsoauRrhEfAjpdzritmEGAQ100wKhUGSSq
REACT_APP_BACKEND_URL=http://localhost:8801



3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
"@fortawesome/react-fontawesome": "^0.2.2",
"@react-oauth/google": "^0.12.1",
"@reduxjs/toolkit": "^2.2.5",
"@stripe/react-stripe-js": "^2.7.3",
"@stripe/stripe-js": "^4.1.0",
"antd": "^5.17.4",
"aos": "^2.3.4",
"axios": "^1.7.2",
Expand All @@ -34,6 +36,7 @@
"react-router-dom": "^6.23.1",
"react-scripts": "^5.0.1",
"react-scroll": "^1.9.0",
"sass": "^1.77.8",
"styled-components": "^6.1.11"
},
"devDependencies": {
Expand Down
1 change: 1 addition & 0 deletions server/.env
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
STRIPE_SECRET_KEY=sk_test_51OZeOJSHKQ5UtevivE141Mu1qyZDA4AIwggvVzoQvsM48KkhB9L2LwNXCAN69ZhTk84olBklOK134qEssD0sibRq00LyAtp1Pz
Loading

0 comments on commit 419ab85

Please sign in to comment.