Model
MinimumAmountValidationRule
Magento\Quote\Model\ValidationRules\MinimumAmountValidationRule
What it does
This validation rule checks if a quote (shopping cart) meets the store's minimum order amount requirement.
Developers use this class as part of the quote validation process before checkout to ensure orders comply with minimum purchase requirements configured in the store settings.
Public Methods
- validate()