[#93] getBooking fails when called identically to getBooking

Migrated from Redmine #93 | Author: Ara Howard
Status: New | Priority: High, I’m very impatient | Created: 2018-01-18


afaikt getBooking fails, that is to say it has precisely the same calling convention as getBookingDetails and yet calling the latter works, wile the former fails

here is some output showing this. in the failed case the only difference is that the method name is different, getBooking vs getBookingDeatils

from the docs they should both work, and identically

Ara Howard wrote:

fwiw here is the code used to generate the above

note, the only change is using getBooking vs getBookingDetails