debug more

This commit is contained in:
adueck 2022-10-12 23:48:12 +05:00
parent 4d2d3991d6
commit efe8247fde
1 changed files with 0 additions and 2 deletions

View File

@ -19,8 +19,6 @@ paymentRouter.use((req, res, next) => {
});
paymentRouter.post("/create-checkout-session", async (req, res, next) => {
console.log("creating checkout session");
console.log("lookup key:", req.body.lookup_key);
try {
const prices = await stripe.prices.list({
lookup_keys: [req.body.lookup_key],