Model
ValidateCoupon
Magento\Sales\Model\Order\Create\ValidateCoupon
What it does
This class validates coupon codes applied during admin order creation in Magento 2.
It checks if the coupon can be applied to quote items (considering discount restrictions), verifies the coupon code matches the quote's applied coupon, and provides appropriate success or error messages to the admin user through the message manager.
Public Methods
- execute()