Error in paypal module
parent
7d2240dde6
commit
1665f461e2
|
@ -192,7 +192,7 @@ router.post('/checkout_action', (req, res, next) => {
|
||||||
}
|
}
|
||||||
|
|
||||||
// get the new ID
|
// get the new ID
|
||||||
const newId = newDoc.insertedIds['0'];
|
const newId = newDoc.insertedId;
|
||||||
|
|
||||||
// set the order ID in the session
|
// set the order ID in the session
|
||||||
req.session.orderId = newId;
|
req.session.orderId = newId;
|
||||||
|
|
Loading…
Reference in New Issue