payments v2

This commit is contained in:
Adolfo Reyna
2021-11-10 22:10:58 -08:00
parent b40f2b42bf
commit 75249c9f07

View File

@@ -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)