Skip to content

Commit

Permalink
Adding basic securitization
Browse files Browse the repository at this point in the history
  • Loading branch information
basshamut committed Jun 27, 2024
1 parent c26df52 commit 25498ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/controller/StripeController.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const express = require("express")
const router = express.Router()

const stripe = require('stripe')('sk_test_51PSHknKnVUk9u0R7NE00UeVyiOzpnfGxGYnLG6ViHxy2eOpDXfYCQTU28Xnfuh9MPvg7qwi5hQp4ArEBjJhjv73z005BOmZJSK')
const stripe = require('stripe')(process.env.STRIPE_SECRET_KEY)

// const domain = "http://localhost:5173"
// const domain = "http://86.38.204.61"
Expand Down

0 comments on commit 25498ea

Please sign in to comment.