payments v2

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

View File

@@ -37,6 +37,7 @@ DB.getDB.then((DB) => {
// status: "ok",
// });
// });
router.post("/create-payment-intent", async (req, res) => {
const { items } = req.body;