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') ])