mirror of
https://github.com/pyro2927/SouthwestCheckin.git
synced 2025-12-06 01:13:19 +00:00
Fix for Southwest API change
This commit is contained in:
@@ -68,7 +68,7 @@ class Reservation():
|
||||
|
||||
def lookup_existing_reservation(self):
|
||||
# Find our existing record
|
||||
return self.load_json_page(self.with_suffix("mobile-misc/v1/mobile-misc/page/view-reservation/"))
|
||||
return self.load_json_page(self.with_suffix("mobile-air-booking/v1/mobile-air-booking/page/view-reservation/"))
|
||||
|
||||
def get_checkin_data(self):
|
||||
return self.load_json_page(self.with_suffix("mobile-air-operations/v1/mobile-air-operations/page/check-in/"))
|
||||
|
||||
Reference in New Issue
Block a user