Skip to content

Commit a80ffe8

Browse files
committed
ACP2E-3255: [GRAPHQL] model value should be specified when getting customerCart
- Fixed the CR comments.
1 parent 73bf5a9 commit a80ffe8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/code/Magento/Quote/Model/CreateEmptyCartForCustomerWithoutCountryValidation.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,14 @@
77

88
namespace Magento\Quote\Model;
99

10+
use Exception;
1011
use Magento\Customer\Api\CustomerRepositoryInterface;
1112
use Magento\Framework\App\Config\ScopeConfigInterface;
1213
use Magento\Framework\Exception\LocalizedException;
1314
use Magento\Framework\Exception\NoSuchEntityException;
1415
use Magento\Quote\Api\CartRepositoryInterface;
1516
use Magento\Store\Model\StoreManagerInterface;
17+
use Magento\Framework\Exception\CouldNotSaveException;
1618

1719
/**
1820
* Class for creating empty cart for customer without country validation

0 commit comments

Comments
 (0)