Skip to content

Commit 50794e6

Browse files
committed
MAGETWO-60352: [Github] Wrong error message in cart after entering invalid discount code #7230
1 parent 1aaa2fc commit 50794e6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/code/Magento/Checkout/Controller/Cart/CouponPost.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@ public function execute()
124124
$escaper->escapeHtml($couponCode)
125125
)
126126
);
127-
$this->cart->save();
128127
}
129128
}
130129
} else {

0 commit comments

Comments
 (0)