Skip to content

Commit 23c2dae

Browse files
author
Mark Berube
committed
MAGETWO-98341: Hardcode DHL gateway URL
1 parent bc50d91 commit 23c2dae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Dhl/Model/Carrier.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -774,7 +774,7 @@ protected function _getAllItems()
774774
* @param float $itemWeight
775775
* @param float $maxWeight
776776
*/
777-
private function pushDecimalItems(array &$decimalItems, float $itemWeight, float $maxWeight): void
777+
private function pushDecimalItems(array &$decimalItems, float $itemWeight, float $maxWeight)
778778
{
779779
$qtyItem = floor($itemWeight / $maxWeight);
780780
$decimalItems[] = ['weight' => $maxWeight, 'qty' => $qtyItem];

0 commit comments

Comments
 (0)