Fix required in README.md
Closed this issue · 1 comments
Buckazoid commented
In README.md change
$inventory->total_items; // total items count
to
$inventory->total_inventory_count; // total items count
matthewlilley commented
Fixed. Thanks!
Closed this issue · 1 comments
In README.md change
$inventory->total_items; // total items count
to
$inventory->total_inventory_count; // total items count
Fixed. Thanks!