Closed
Description
Preconditions
Update magento 2.0.8 to Magento 2.1
Debian Jessie
Mysql 5.6
Php 5.6
- Put item in cart
- Try delete item , after popup error
Steps to reproduce
- Go to admin -> SALES -> sales
- Enable -> Minimum Order Amount
- Minimum Amount = 10 or something
Expected result
- After remove product from mini cart then the cart need to be empty
Actual result
- Last product stay in the cart can't remove
Try to remove the item then we get this error :
Recoverable Error: Argument 1 passed to Magento\Framework\Exception\InputException::__construct() must be an instance of Magento\Framework\Phrase, string given, called in /var/www/clients/client1/web1/web/vendor/magento/module-quote/Model/ShippingAddressManagement.php on line 121 and defined in /var/www/clients/client1/web1/web/vendor/magento/framework/Exception/InputException.php on line 51
If disable Minimum Order Amount then everything is fine.