Skip to content

Commit 78e6653

Browse files
AnujNehraAnujNehra
authored andcommitted
Merge branch 'ACP2E-2153' into ACP2E-1986
2 parents 62a63c7 + 2a92213 commit 78e6653

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/code/Magento/Quote/Api/ShipmentEstimationInterface.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,11 @@ interface ShipmentEstimationInterface
1616
{
1717
/**
1818
* Estimate shipping by address and return list of available shipping methods
19+
*
1920
* @param mixed $cartId
2021
* @param AddressInterface $address
2122
* @return \Magento\Quote\Api\Data\ShippingMethodInterface[] An array of shipping methods
23+
* @throws \Magento\Framework\Exception\InputException The specified input is not valid.
2224
* @since 100.0.7
2325
*/
2426
public function estimateByExtendedAddress($cartId, AddressInterface $address);

0 commit comments

Comments
 (0)