File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
app/code/Magento/CheckoutAgreements/Model/Checkout/Plugin Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 18
18
use Magento \Quote \Api \Data \AddressInterface ;
19
19
use Magento \Quote \Api \Data \PaymentInterface ;
20
20
use Magento \Quote \Model \MaskedQuoteIdToQuoteId ;
21
- use Magento \Quote \Model \QuoteIdMask ;
22
21
use Magento \Store \Model \ScopeInterface ;
23
22
use Magento \CheckoutAgreements \Model \Api \SearchCriteria \ActiveStoreAgreementsFilter ;
24
23
28
27
* Plugin that checks if checkout agreement enabled and validates all agreements.
29
28
* Current plugin is duplicate from Magento\CheckoutAgreements\Model\Checkout\Plugin\Validation due to different
30
29
* interfaces of payment information and makes check before processing of payment information.
30
+ *
31
+ * @SuppressWarnings(PHPMD.CouplingBetweenObjects)
31
32
*/
32
33
class GuestValidation
33
34
{
You can’t perform that action at this time.
0 commit comments