Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Commit

Permalink
fixed incorrect track class used in helper data
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmonsters committed Dec 5, 2017
1 parent 9f487e2 commit b6d716d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cron/UploadTracking.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public function cron()
])
->addAttributeToSort('created_at', 'asc');

/* @var \Magento\Shipping\Model\Order\Track $magentoTrack */
/* @var Order\Shipment\Track $magentoTrack */
foreach ($trackCollection as $magentoTrack) {

/* @var Order $order */
Expand Down

0 comments on commit b6d716d

Please sign in to comment.