payments v2
This commit is contained in:
@@ -38,6 +38,7 @@ DB.getDB.then((DB) => {
|
||||
// });
|
||||
// });
|
||||
|
||||
|
||||
router.post("/create-payment-intent", async (req, res) => {
|
||||
const { items } = req.body;
|
||||
console.log("payments", req.body)
|
||||
|
||||
Reference in New Issue
Block a user