From adad42622843c3fa70a43ad86f1566014f3e7252 Mon Sep 17 00:00:00 2001 From: Prashant Singh Date: Fri, 6 Sep 2019 12:40:52 +0530 Subject: [PATCH] missed a semicolon --- packages/Webkul/Discount/src/Actions/Cart/FixedAmount.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/Webkul/Discount/src/Actions/Cart/FixedAmount.php b/packages/Webkul/Discount/src/Actions/Cart/FixedAmount.php index 08b7eb47b..18c47e98a 100644 --- a/packages/Webkul/Discount/src/Actions/Cart/FixedAmount.php +++ b/packages/Webkul/Discount/src/Actions/Cart/FixedAmount.php @@ -39,7 +39,7 @@ class FixedAmount extends Action if ($apply()) { if ($rule->action_type == 'whole_cart_to_fixed') { - \Cart::getCart()->items + \Cart::getCart()->items; } foreach ($eligibleItems as $item) {