Skip to content

Commit

Permalink
@var helper
Browse files Browse the repository at this point in the history
  • Loading branch information
reindertvetter committed Oct 17, 2016
1 parent 99ae713 commit b3e2910
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/code/community/TIG/MyParcel2014/Model/Api/MyParcel.php
Original file line number Diff line number Diff line change
Expand Up @@ -524,6 +524,7 @@ protected function _checkConfigForRequest()
*/
protected function _getConsignmentData(TIG_MyParcel2014_Model_Shipment $myParcelShipment)
{
/** @var TIG_MyParcel2014_Helper_Data $helper */
$helper = Mage::helper('tig_myparcel');
$order = $myParcelShipment->getOrder();
$storeId = $order->getStore()->getId();
Expand Down

0 comments on commit b3e2910

Please sign in to comment.