Skip to content

Commit

Permalink
add specific implicit params to add to cart
Browse files Browse the repository at this point in the history
  • Loading branch information
jaepass committed Sep 2, 2020
1 parent ba60498 commit 4ee98de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/02_Cart.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ curl -X POST \

| Method | Description |
| -------------------- | ----------- |
| `add(data)` | Add an item to the cart |
| `add(productId, quantity)` | Add an item to the cart |

<div class="highlight highlight--info">
<span>Tip</span>
Expand Down
2 changes: 1 addition & 1 deletion docs/05_Full-SDK-Reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ object instance.
| -------------------- | ----------- |
| `id()` | Get the current cart ID, generating a new one if necessary |
| `refresh()` | Request a new cart ID |
| `add(data)` | Add an item to the cart |
| `add(productId, quantity)` | Add an item to the cart |
| `retrieve()` | Get the cart object, including contents |
| `contents()` | Get the contents of the cart |
| `update(lineItemId, data)` | Update an existing item in the cart |
Expand Down

0 comments on commit 4ee98de

Please sign in to comment.