Skip to content

Commit f47bbc0

Browse files
author
Stanislav Idolov
committed
MAGETWO-60110: [Github]Ship To address on Checkout's Review step gets cleared out. User gets stuck on Payment step #6869
1 parent e88612f commit f47bbc0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Checkout/Block/Checkout/LayoutProcessor.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -360,9 +360,9 @@ private function getCheckoutDataHelper()
360360
}
361361

362362
/**
363-
* Get active carriers list.
363+
* Retrieve Shipping Configuration.
364364
*
365-
* @return array
365+
* @return \Magento\Shipping\Model\Config
366366
* @deprecated
367367
*/
368368
private function getShippingConfig()

0 commit comments

Comments
 (0)