Skip to content

Commit 287ca78

Browse files
committed
ACP2E-3255: [GRAPHQL] model value should be specified when getting customerCart
- Fixed the static test failure.
1 parent 257d274 commit 287ca78

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/code/Magento/QuoteGraphQl/Plugin/Model/CreateEmptyCartWithoutCountryValidation.php

+3
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@
2121
use Magento\Framework\App\Config\ScopeConfigInterface;
2222
use Magento\Customer\Model\Config\Share;
2323

24+
/**
25+
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
26+
*/
2427
class CreateEmptyCartWithoutCountryValidation
2528
{
2629
/**

0 commit comments

Comments
 (0)