missed a semicolon

This commit is contained in:
Prashant Singh 2019-09-06 12:40:52 +05:30
parent 2ac298cb68
commit adad426228
1 changed files with 1 additions and 1 deletions

View File

@ -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) {