We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello to you all.
An error occurs in the PNR_AddMultiElements method. What does this mean?
[status] => ERR [messages] => Array ( [0] => Amadeus\Client\Result\NotOk Object ( [code] => 1902 [text] => ITEM TOO LONG / NOT ENTERED / [level] => element )
)
The text was updated successfully, but these errors were encountered:
To what element does this point?
Remarks (and probably many other elements in Amadeus PNR's) have a limit of 128 characters.
Sorry, something went wrong.
I think you'd better remove all personal information
It's the RF remark that errors. Make sure its contents is less than 128 characters in total. you can set an RF string like this:
'requestCreatorParams' => [ 'receivedFrom' => 'my test project' // The "Received From" string that will be visible in PNR History ]
(see https://github.com/amabnl/amadeus-ws-client/blob/master/docs/about-get-started.rst#set-up-a-test-client)
No branches or pull requests
Hello to you all.
An error occurs in the PNR_AddMultiElements method. What does this mean?
[status] => ERR
[messages] => Array
(
[0] => Amadeus\Client\Result\NotOk Object
(
[code] => 1902
[text] => ITEM TOO LONG / NOT ENTERED /
[level] => element
)
The text was updated successfully, but these errors were encountered: