Closed vallerion closed 6 years ago
Yes, I confirm. I have the same problem.
Hello! I have the same issue, our implementation guy on Amadeus side says that this is a blocking bug.
Sorry about the delay, i'm checking the PR today. Seems like a bug in the library indeed.
I've just released version 1.7.1 which fixes this bug. Thanks for reporting, thanks for fixing it @therealartz , and sorry for the delay.
Thank you very much.
Can you contact me on following contact detail
With Kind Regards / Hilsen
Aftab Muhammad A2Z Travel Technology IVS
https://mail.google.com/ Mobile/ WhatsApps/SMS: +45 51461324 <+45+51461324> Email: am@a2ztraveltechnology.com am@a2ztravelsolutions.dk Skype: am.a2z http://am.a2z/ Website: www.a2ztraveltechnology.com http://a2ztraveltechnology.com/ Address:Valbygårdsvej 27, 2500 Valby Denmark https://goo.gl/maps/csasnU98HeB2 Danske Bank Account no.:3409-11789927 IBAN: DK3930000011789927 BIC (SWIFT): DABADKKK CVR/ORG No: 37141542
If you are not the intended recipient of this e-mail message, please notify the sender and delete all copies immediately. The sender believes this message and any attachments were sent free of any virus, worm, Trojan horse, and other forms of malicious code. This message and its attachments could have been infected during transmission. The recipient opens any attachments at the recipient's own risk, and in so doing, the recipient accepts full responsibility for such actions and agrees to take protective and remedial action relating to any malicious code. A2Z Travel Technology IVS. is not liable for any loss or damage arising from this message or its attachments.
On Tue, 2 Oct 2018 at 06:56, Nepster notifications@github.com wrote:
Thank you very much.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/amabnl/amadeus-ws-client/issues/229#issuecomment-426149001, or mute the thread https://github.com/notifications/unsubscribe-auth/APEeAKUPi053R2fQxkuIZC1GvqoOqonBks5ugvIQgaJpZM4WPESE .
Hi guys! When communicating with Amadeus, I learned that the date in all requests to their api should be of the format dMy (ex. 15AUG92) and time must be 4 digits. This is not error, but may work incorrectly.
This library supported in some request only dMy, example.
Example in my request _PNRAddMultiElements with passengers data:
but must be:
Can you write which other request support only such a date format? And is there a time format not 4 digits? Someone familiar with this problem?