Skip to content
This repository was archived by the owner on Dec 5, 2023. It is now read-only.

Commit 0d04fea

Browse files
removed garbage comment
1 parent 5cb9fe0 commit 0d04fea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/cart/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171

7272
var custId = helpers.getCustomerId(req, app.get("env"));
7373
var options = {
74-
uri: endpoints.cartsUrl + "/" + custId + "/items", // /" + req.params.id.toString(),
74+
uri: endpoints.cartsUrl + "/" + custId + "/items",
7575
method: 'PATCH',
7676
json: true,
7777
body: {itemId: req.params.id, quantity: req.body.quantity}

0 commit comments

Comments
 (0)