Skip to content

Commit

Permalink
new log
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcholmsky committed Jan 4, 2024
1 parent 3f71a12 commit df5709a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions api/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ app.use(express.static("public"));
let braceletDetails

app.post("/create-payment-intent", async (req, res) => {
console.log(req)
console.log(req.body)
console.log(req.body?.braceletDetails)
console.log(req.body.braceletDetails)
braceletDetails = req.body?.braceletDetails?.braceletDetails
console.log("intent BD", braceletDetails)
// Single-sided product id
Expand Down

0 comments on commit df5709a

Please sign in to comment.