Guestlogix / traveler-ios

4 stars 3 forks source link

Fix wrong attribute name for dynamic categories in v1/booking API call #401

Closed josippetric closed 4 years ago

josippetric commented 4 years ago

Description While working on WLA-524 ticket, I have noticed that SDK is sending a wrong parameter name when querying for bookable items (v1/booking). Instead of categories parameter, we should be using the sub_categories parameter, otherwise, we are getting the wrong results.

Issues that should be CLOSED by merge of this PR:

Related issues that should be LINKED to this PR: