Skip to content

Commit

Permalink
Merge pull request darryldecode#42 from pvdptje/patch-3
Browse files Browse the repository at this point in the history
Little cleanup ;)
  • Loading branch information
darryldecode committed Dec 2, 2015
2 parents b1e82ca + f950c22 commit c6ee561
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -695,8 +695,6 @@ $items->each(function($item)
$item->getPriceSum(); // the subtotal without conditions applied
$item->getPriceWithConditions(); // the single price with conditions applied
$item->getPriceSumWithConditions(); // the subtotal with conditions applied
$item->price; // the single price
$item->price; // the single price
$item->quantity; // the quantity
$item->attributes; // the attributes

Expand Down

0 comments on commit c6ee561

Please sign in to comment.