Skip to content

Commit

Permalink
Readme refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
amostajo committed Jun 24, 2015
1 parent fbf6df3 commit 20b071b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Laravel shop adds shopping cart, orders and payments to your new or existing pro
- [Checkout](#checkout)
- [Order placement](#exceptions)
- [Exceptions](#order-placement)
- [Cart](#cart-1)
- [Shopping Cart](#shopping-cart)
- [Adding Items](#adding-items)
- [Removing Items](#removing-items)
- [Placing Order](#placing-order)
Expand Down Expand Up @@ -550,7 +550,7 @@ Critical exceptions are stored in laravel's log.

This will call the `onCharge` function in the payment gateway and charge the user with the orders' total amount. `placeOrder()` will return an `Order` model with which you can verify the status and retrieve the transactions generated by the gateway.

### Cart
### Shopping Cart
Carts are created per user in the database, this means that a user can have his cart saved when logged out and when he switches to a different device.

Let's start by calling or creating the current user's cart:
Expand Down

0 comments on commit 20b071b

Please sign in to comment.