diff --git a/README.md b/README.md index 2585b05..28e747f 100644 --- a/README.md +++ b/README.md @@ -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