File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
app/code/Magento/Quote/Api Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 5
5
*/
6
6
namespace Magento \Quote \Api ;
7
7
8
- use Magento \Framework \Exception \NoSuchEntityException ;
9
8
use Magento \Quote \Api \Data \AddressInterface ;
10
- use Magento \Quote \Api \Data \ShippingMethodInterface ;
11
9
12
10
/**
13
11
* Interface ShipmentManagementInterface
@@ -21,8 +19,8 @@ interface ShipmentEstimationInterface
21
19
*
22
20
* @param mixed $cartId
23
21
* @param AddressInterface $address
24
- * @return ShippingMethodInterface[] An array of shipping methods
25
- * @throws NoSuchEntityException
22
+ * @return \Magento\Quote\Api\Data\ ShippingMethodInterface[] An array of shipping methods
23
+ * @throws \Magento\Framework\Exception\InputException The specified input is not valid.
26
24
* @since 100.0.7
27
25
*/
28
26
public function estimateByExtendedAddress ($ cartId , AddressInterface $ address );
You can’t perform that action at this time.
0 commit comments