Commit e90317d
committed
Fix bug which ignored AMADEUS_HOST property provided by environment
API documentation suggests that the user can pass a custom domain to
which the client will issue api calls, by setting a AMADEUS_HOST
property in the system environment variable. This functionality was
however broken due to a typo while reading the environment variable.
Fix bug by correcting the typo, thus picking the correct env variable1 parent cd238fb commit e90317d
File tree
2 files changed
+3
-1
lines changed- src
- main/java/com/amadeus
- test/java/com/amadeus
2 files changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
152 | | - | |
| 152 | + | |
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
| |||
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
| 43 | + | |
42 | 44 | | |
43 | 45 | | |
44 | 46 | | |
| |||
0 commit comments