From 66c58e42a767d23713ac4e85178cefae862afdc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Fromme?= Date: Wed, 19 Mar 2025 15:36:13 +0100 Subject: [PATCH] fix: include cost unit when importing new destination --- src/Command/BpnImportCommand.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Command/BpnImportCommand.php b/src/Command/BpnImportCommand.php index a5e503f..26abe69 100644 --- a/src/Command/BpnImportCommand.php +++ b/src/Command/BpnImportCommand.php @@ -117,6 +117,7 @@ class BpnImportCommand extends Command 'hotel_code' => $hotel->getCode(), 'hotel_bus_pro_id' => $hotelBusProId, 'pickups' => json_encode($datePickups), + 'cost_unit' => $hotel->getCostUnit(), 'country' => $hotel->getCountry(), 'created_at' => (new \DateTimeImmutable())->format('Y-m-d H:i:s') ])