We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5682778 commit eb27bb4Copy full SHA for eb27bb4
app/code/Magento/Quote/Api/ShipmentEstimationInterface.php
@@ -22,7 +22,7 @@ interface ShipmentEstimationInterface
22
* @param mixed $cartId
23
* @param AddressInterface $address
24
* @return ShippingMethodInterface[] An array of shipping methods
25
- * @throws NoSuchEntityException Data not supported.
+ * @throws NoSuchEntityException
26
* @since 100.0.7
27
*/
28
public function estimateByExtendedAddress($cartId, AddressInterface $address);
0 commit comments