Skip to content

Commit 39e2efd

Browse files
committed
#6151 - removed validation of minimum order amount during adding, editing or deleting products from quote
1 parent e47ac7d commit 39e2efd

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,10 +117,6 @@ public function assign($cartId, \Magento\Quote\Api\Data\AddressInterface $addres
117117
$address->setSaveInAddressBook($saveInAddressBook);
118118
$address->setCollectShippingRates(true);
119119

120-
if (!$quote->validateMinimumAmount($quote->getIsMultiShipping())) {
121-
throw new InputException($this->getMinimumAmountErrorMessage()->getMessage());
122-
}
123-
124120
try {
125121
$address->save();
126122
} catch (\Exception $e) {

0 commit comments

Comments
 (0)