Skip to content

Commit b2792b0

Browse files
author
Ievgen Shakhsuvarov
committed
MAGETWO-39372: Build stabilization
- Integration Tests
1 parent 56408d2 commit b2792b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Checkout/Api/ShippingInformationManagementInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ interface ShippingInformationManagementInterface
99
{
1010
/**
1111
* @param int $cartId
12-
* @param Data\ShippingInformationInterface $addressInformation
12+
* @param \Magento\Checkout\Api\Data\ShippingInformationInterface $addressInformation
1313
* @return \Magento\Checkout\Api\Data\PaymentDetailsInterface
1414
*/
1515
public function saveAddressInformation(

0 commit comments

Comments
 (0)