We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3e576f commit 02dc040Copy full SHA for 02dc040
app/code/Magento/Sales/Model/Order/Creditmemo/Total/Discount.php
@@ -34,7 +34,7 @@ public function collect(\Magento\Sales\Model\Order\Creditmemo $creditmemo)
34
*/
35
if ($baseShippingAmount && $order->getBaseShippingAmount() <= 0) {
36
throw new \Magento\Framework\Exception\LocalizedException(
37
- new \Magento\Framework\Phrase("You can not refund shipping if there is no shipping amount.",[])
+ new \Magento\Framework\Phrase("You can not refund shipping if there is no shipping amount.", [])
38
);
39
}
40
if ($baseShippingAmount) {
0 commit comments