From 75249c9f071973fa39b270da212dd8c9abda6532 Mon Sep 17 00:00:00 2001 From: Adolfo Reyna Date: Wed, 10 Nov 2021 22:10:58 -0800 Subject: [PATCH] payments v2 --- routes/payments.js | 1 + 1 file changed, 1 insertion(+) diff --git a/routes/payments.js b/routes/payments.js index 147a257..b8f8cee 100644 --- a/routes/payments.js +++ b/routes/payments.js @@ -37,6 +37,7 @@ DB.getDB.then((DB) => { // status: "ok", // }); // }); + router.post("/create-payment-intent", async (req, res) => { const { items } = req.body;