lib/cayan/merchantware/reports/client.rb in cayan-1.1.0 vs lib/cayan/merchantware/reports/client.rb in cayan-1.1.1

- old
+ new

@@ -9,10 +9,10 @@ def initialize(credentials) @credentials = credentials @client = Savon.client( wsdl: 'https://ps1.merchantware.net/Merchantware/ws/TransactionHistory/v4/Reporting.asmx?WSDL', - convert_request_keys_to: :camelcase + convert_request_keys_to: :lower_camelcase ) end def current_batch_summary(filters) response = @client.call(:current_batch_summary, message: credentials.merge(filters)) \ No newline at end of file