Skip to content

Commit

Permalink
imbedding api key
Browse files Browse the repository at this point in the history
  • Loading branch information
yashcrest authored Feb 1, 2024
1 parent 2b3243c commit ddcb4db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const express = require("express");
const app = express();
require("dotenv").config();
const stripe = require("stripe")(process.env.STRIPE_SECRET_KEY);
const stripe = require("stripe")('sk_test_51NxIMbIIas9tFQMRc0T9EYd6DS8Isn1XF5BctEHFqU9eSS7DtFmm9yt2wOtGdFmyqkYuRvrRRo6zcPOVpgKA7sKG009t3rbFH1');
const bodyParser = require("body-parser");
app.use(express.static("public"));

Expand Down

0 comments on commit ddcb4db

Please sign in to comment.