Skip to content

Commit

Permalink
PAYOSWXP-112: fix translation of shipping method name
Browse files Browse the repository at this point in the history
  • Loading branch information
rommelfreddy authored and janteuber committed Jan 16, 2025
1 parent b535f27 commit a38fce6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ private function getShippingItems(
$items[] = $this->getRequestItem(
self::TYPE_SHIPMENT,
'', // got be filled by `addShippingItemsToItemList`
$shippingMethod->getName() ?? '',
$shippingMethod->getTranslation('name') ?? '',
$shipmentPosition->getPrice(),
1,
$shipmentPosition->getTaxRate()
Expand Down

0 comments on commit a38fce6

Please sign in to comment.