forked from amabnl/amadeus-ws-client
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request amabnl#67 in FLIGHT/service.amadeus from feature/F…
…A-3026 to master * commit '5c6985293e6576a118907486eab76176b363befa': FA-3026: review comment FA-3026: remove +x from composer.lock FA-3026: fix tests, revert unwanted but commited changes FA-3026: modify remarks parsing to match remark strings with "-" in the value FA-3026: working on remarks to enable handling of more than one traveller
- Loading branch information
Showing
6 changed files
with
27 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"recordlocator": "LTEXQF", | ||
"remarks": { | ||
"TESTVALUE": "test2" | ||
} | ||
"remarks": [ | ||
"TESTVALUE-test2" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"recordlocator": "LTEXQF", | ||
"remarks": { | ||
"TESTVALUE": "test" | ||
} | ||
"remarks": [ | ||
"TESTVALUE-test" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"recordlocator": "LTEXQF", | ||
"remarks": { | ||
"TESTVALUE": "test2" | ||
} | ||
"remarks": [ | ||
"TESTVALUE-test2" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"IBEPAXELIG-ADT": "P1.1", | ||
"IBEBZIP": 6244 | ||
} | ||
[ | ||
"IBEPAXELIG-ADT-P1.1", | ||
"IBEBZIP-6244" | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"IBEPAXELIG-ADT": "P1.2", | ||
"IBEBZIP": 6243 | ||
} | ||
[ | ||
"IBEPAXELIG-ADT-P1.2", | ||
"IBEBZIP-6243" | ||
] |