Non argument fix for reset shipping
This commit is contained in:
parent
a304795c36
commit
35b8af8d47
|
|
@ -37,7 +37,7 @@ class NonCouponAbleRule extends Discount
|
|||
// if the validation fails then the cart rule gets deleted from cart rule cart
|
||||
$alreadyAppliedCartRuleCart->first()->delete();
|
||||
|
||||
$this->resetShipping();
|
||||
$this->resetShipping($cart);
|
||||
|
||||
// all discount is cleared fro mthe cart and cart items table
|
||||
$this->clearDiscount();
|
||||
|
|
|
|||
Loading…
Reference in New Issue