File tree 1 file changed +3
-3
lines changed
app/code/Magento/Sales/Helper
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -217,7 +217,7 @@ private function setGuestViewCookie($cookieValue)
217
217
* Load order from cookie
218
218
*
219
219
* @param string $fromCookie
220
- * @return \Magento\Sales\Model\ Order\Interceptor
220
+ * @return Order
221
221
* @throws InputException
222
222
* @throws CookieSizeLimitReachedException
223
223
* @throws FailureToSendException
@@ -241,7 +241,7 @@ private function loadFromCookie($fromCookie)
241
241
* Load order data from post
242
242
*
243
243
* @param array $postData
244
- * @return \Magento\Sales\Model\ Order\Interceptor
244
+ * @return Order
245
245
* @throws InputException
246
246
* @throws CookieSizeLimitReachedException
247
247
* @throws FailureToSendException
@@ -296,7 +296,7 @@ private function hasPostDataEmptyFields(array $postData)
296
296
* Get order by increment_id and store_id
297
297
*
298
298
* @param string $incrementId
299
- * @return array
299
+ * @return \Magento\Sales\Api\Data\OrderInterface
300
300
* @throws InputException
301
301
*/
302
302
private function getOrderRecord ($ incrementId )
You can’t perform that action at this time.
0 commit comments