File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import HotelOffers from './shopping/hotel_offers';
77import HotelOffersByHotel from './shopping/hotel_offers_by_hotel' ;
88import HotelOffer from './shopping/hotel_offer' ;
99import HotelOfferSearch from './shopping/hotel_offer_search' ;
10- import hotelOffersSearch from './shopping/hotel_offers_search' ;
10+ import HotelOffersSearch from './shopping/hotel_offers_search' ;
1111import Activities from './shopping/activities' ;
1212import Activity from './shopping/activity' ;
1313import Availability from './shopping/availability' ;
@@ -47,7 +47,7 @@ class Shopping {
4747 this . seatmaps = new Seatmaps ( client ) ;
4848 this . hotelOffers = new HotelOffers ( client ) ;
4949 this . hotelOffersByHotel = new HotelOffersByHotel ( client ) ;
50- this . hotelOffersSearch = new hotelOffersSearch ( client ) ;
50+ this . hotelOffersSearch = new HotelOffersSearch ( client ) ;
5151 this . activities = new Activities ( client ) ;
5252 this . availability = new Availability ( client ) ;
5353 }
You can’t perform that action at this time.
0 commit comments