docs: add details on updating a cart's customer (#10226)
Should be merged after releasing v2.0.5 Closes DX-1096
This commit is contained in:
@@ -233,7 +233,7 @@ export const GET = async (
|
||||
const b = req.validatedQuery.b as number
|
||||
|
||||
res.json({
|
||||
sum: a + b
|
||||
sum: a + b,
|
||||
})
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user