Skip to content

Commit

Permalink
#374374 code review changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mbe1987 committed Dec 19, 2024
1 parent 0b0cda3 commit 563509b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/modules/mo/mo_dhl/Adapter/RetoureRequestBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ protected function buildPositions(Order $order)
*/
public function getWeightInGrams(OrderArticle $orderArticle): float
{
var_dump($orderArticle);
return $orderArticle->getFieldData('oxweight') * 1000.0 * $orderArticle->getFieldData('oxamount');
}
}
}

0 comments on commit 563509b

Please sign in to comment.