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 1818use Magento \Quote \Api \Data \AddressInterface ;
1919use Magento \Quote \Api \Data \PaymentInterface ;
2020use Magento \Quote \Model \MaskedQuoteIdToQuoteId ;
21- use Magento \Quote \Model \QuoteIdMask ;
2221use Magento \Store \Model \ScopeInterface ;
2322use Magento \CheckoutAgreements \Model \Api \SearchCriteria \ActiveStoreAgreementsFilter ;
2423
2827 * Plugin that checks if checkout agreement enabled and validates all agreements.
2928 * Current plugin is duplicate from Magento\CheckoutAgreements\Model\Checkout\Plugin\Validation due to different
3029 * interfaces of payment information and makes check before processing of payment information.
30+ *
31+ * @SuppressWarnings(PHPMD.CouplingBetweenObjects)
3132 */
3233class GuestValidation
3334{
You can’t perform that action at this time.
0 commit comments