Skip to content

Commit

Permalink
MOL-1196: update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitalij Mik committed Dec 1, 2023
1 parent 2dbf5af commit ab38931
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Service/TrackingInfoStructFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ public function createFromDelivery(OrderDeliveryEntity $orderDeliveryEntity):?Sh
return null;
}
/**
* mollie accepts only one tracking struct with code per shippment
* Currently we create one shipping in mollie for one order. one shipping object can have only one tracking code.
* When we have multiple Tracking Codes, we do not know which tracking code we should send to mollie. So we just dont send any tracking information at all
*
* https://docs.mollie.com/reference/v2/shipments-api/create-shipment
*/
Expand Down

0 comments on commit ab38931

Please sign in to comment.