Skip to content

Commit

Permalink
updated install data
Browse files Browse the repository at this point in the history
  • Loading branch information
shreesh-webkul committed Oct 10, 2024
1 parent b9c3c6b commit fad6185
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/hotelreservationsystem/classes/HotelHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -1046,7 +1046,7 @@ public function insertDefaultHotelEntries()

Configuration::updateValue(
'WK_HOTEL_GLOBAL_ADDRESS',
'The Hotel Prime, Monticello Dr, Montgomery, AL 36117, USA'
'The Hotel Prime, Monticello Dr, Montgomery, 10010'
);
Configuration::updateValue('WK_HOTEL_GLOBAL_CONTACT_NUMBER', '0987654321');
Configuration::updateValue('WK_HOTEL_GLOBAL_CONTACT_EMAIL', '[email protected]');
Expand Down Expand Up @@ -1612,7 +1612,7 @@ public function saveDummyHotelBranchInfo()
$objAddress->id_state = $state_id;
$objAddress->id_country = $def_cont_id;
$objAddress->postcode = Tools::generateRandomZipcode($def_cont_id);
$objAddress->address1 = 'Monticello Dr, Montgomery, AL 36117, USA';
$objAddress->address1 = 'Monticello Dr, Montgomery, 10010';
$objAddress->alias = 'The Hotel Prime';
$objAddress->lastname = 'The Hotel Prime';
$objAddress->firstname = 'The Hotel Prime';
Expand Down

0 comments on commit fad6185

Please sign in to comment.