fix: include cost unit when importing new destination
This commit is contained in:
@@ -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')
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user