Skip to content

Commit a5e087c

Browse files
committed
AC-6731: Validation fixes for WebAPI
1 parent ae8d9a6 commit a5e087c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99
use Magento\Framework\App\ObjectManager;
1010
use Magento\Framework\Exception\InputException;
11-
use Magento\Framework\Exception\NoSuchEntityException;
1211
use Magento\Quote\Api\BillingAddressManagementInterface;
1312
use Magento\Quote\Api\Data\AddressInterface;
1413
use Magento\Quote\Api\Data\CartInterface;
@@ -127,7 +126,6 @@ private function getShippingAddressAssignment()
127126
* @param AddressInterface $address
128127
* @return void
129128
* @throws InputException The specified address belongs to another customer.
130-
* @throws NoSuchEntityException The specified customer ID or address ID is not valid.
131129
*/
132130
public function validateAddress(CartInterface $cart, AddressInterface $address): void
133131
{

0 commit comments

Comments
 (0)