XeroAPI/xero-ruby

When where contains values with underscores, those will be incorrectly changed when calling to_param

mentalic opened this issue · 0 comments

For example, when searching for items with where
(where: ["Code.ToUpper() == "ITEM_WITH_UNDERSCORE""])
will be changed to ITEMWITHUNDERSCORE

Where.new(where_opts).to_param