We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7028190 commit 6be0080Copy full SHA for 6be0080
amadeus/client/request.py
@@ -96,11 +96,11 @@ def __build_http_request(self):
96
self.headers['Authorization'] = self.bearer_token
97
98
list_httpoverride = ['/v2/shopping/flight-offers',
99
- '/v1/shopping/seatmaps',
100
- '/v1/shopping/availability/flight-availabilities',
101
- '/v2/shopping/flight-offers/prediction',
102
- '/v1/shopping/flight-offers/pricing',
103
- '/v1/shopping/flight-offers/upselling']
+ '/v1/shopping/seatmaps',
+ '/v1/shopping/availability/flight-availabilities',
+ '/v2/shopping/flight-offers/prediction',
+ '/v1/shopping/flight-offers/pricing',
+ '/v1/shopping/flight-offers/upselling']
104
105
if self.verb == 'POST':
106
if self.path in list_httpoverride:
0 commit comments