This commit is contained in:
2026-04-08 23:22:48 +02:00
parent c5b2885b44
commit 633da52880
16 changed files with 765 additions and 95 deletions

View File

@@ -152,6 +152,7 @@ final class ShopproOrderMapper
'total_without_tax' => $totalNet,
'total_with_tax' => $totalGross,
'total_paid' => $totalPaid,
'delivery_price' => $transportCost,
'send_date_min' => null,
'send_date_max' => null,
'ordered_at' => $sourceCreatedAt,