Skip to content

Commit 016e76c

Browse files
committed
AC-6731: Validation fixes for webAPI
1 parent 58d2c66 commit 016e76c

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ class BillingAddressManagement implements BillingAddressManagementInterface
2626
protected $addressValidator;
2727

2828
/**
29-
* Logger.
29+
* Logger object.
3030
*
3131
* @var Logger
3232
*/
3333
protected $logger;
3434

3535
/**
36-
* Quote repository.
36+
* Quote repository object.
3737
*
3838
* @var \Magento\Quote\Api\CartRepositoryInterface
3939
*/

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,16 @@ class QuoteAddressValidator
2424
protected $addressRepository;
2525

2626
/**
27-
* Customer repository.
27+
* Customer repository object.
2828
*
2929
* @var \Magento\Customer\Api\CustomerRepositoryInterface
3030
*/
3131
protected $customerRepository;
3232

3333
/**
3434
* @deprecated 101.1.1 This class is not a part of HTML presentation layer and should not use sessions.
35+
*
36+
* @var \Magento\Customer\Model\Session
3537
*/
3638
protected $customerSession;
3739

0 commit comments

Comments
 (0)