Skip to content

Commit

Permalink
DHLGKP-311: match named parameters in layout xml and class method
Browse files Browse the repository at this point in the history
  • Loading branch information
mam08ixo authored and Sebastian80 committed Sep 12, 2023
1 parent 3730cf3 commit 690eb4f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@ public function getTrackingInfo($tracking)
$trackData = array(
'carrier' => $this->_code,
'carrier_title' => $this->getConfigData('title'),
'progressdetail' => array(),
'tracking' => $tracking,
'url' => 'http://nolp.dhl.de/nextt-online-public/set_identcodes.do?lang=de&idc=' . $tracking
);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
template="sales/order/shipment/packaging/popup.phtml">
<action method="setTemplate">
<template helper="dhl_versenden/data/getPackagingPopupTemplate">
<name>dhl_versenden/sales/packaging_popup.phtml</name>
<template>dhl_versenden/sales/packaging_popup.phtml</template>
<block>shipment_packaging</block>
</template>
</action>
Expand All @@ -46,7 +46,7 @@
template="sales/order/shipment/packaging/packed.phtml">
<action method="setTemplate">
<template helper="dhl_versenden/data/getPackagingPackedTemplate">
<name>dhl_versenden/sales/packaging_packed.phtml</name>
<template>dhl_versenden/sales/packaging_packed.phtml</template>
<block>shipment_packed</block>
</template>
</action>
Expand Down

0 comments on commit 690eb4f

Please sign in to comment.