Skip to content

Commit c4e2ec4

Browse files
author
okorshenko
committed
MAGETWO-64399: [GitHub] [PR] Fix for #8287 #8474
- Merge Pull Request #8474 from myntpartners/magento2:develop
2 parents 24cd0c3 + 49aef35 commit c4e2ec4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Quote/Model/ShippingAddressManagement.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ public function assign($cartId, \Magento\Quote\Api\Data\AddressInterface $addres
118118
$address->setCollectShippingRates(true);
119119

120120
if (!$quote->validateMinimumAmount($quote->getIsMultiShipping())) {
121-
throw new InputException($this->getMinimumAmountErrorMessage()->getMessage());
121+
throw new InputException(__($this->getMinimumAmountErrorMessage()->getMessage()));
122122
}
123123

124124
try {

0 commit comments

Comments
 (0)