Merge branch 'development' of https://github.com/prashant-webkul/bagisto into development

This commit is contained in:
Prashant Singh 2019-06-25 14:57:57 +05:30
commit ddb2f1b59f
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ class FixedAmount extends Action
$realQty = $item['quantity'];
if ($cart >= $disc_threshold) {
if ($cart->items_qty >= $disc_threshold) {
$amountDiscounted = $disc_amount;
if ($realQty > $disc_quantity) {