docs: fix customer_id name in create endpoints docs (#4900)
This commit is contained in:
@@ -267,7 +267,7 @@ router.get(
|
||||
// authenticateCustomer()
|
||||
async (req, res) => {
|
||||
// access current customer
|
||||
const id = req.user.customerId
|
||||
const id = req.user.customer_id
|
||||
// if you're using authenticateCustomer middleware
|
||||
// check if id is set first
|
||||
|
||||
|
||||
Reference in New Issue
Block a user