lib/finapps/rest/transactions.rb in finapps-0.8.0.pre vs lib/finapps/rest/transactions.rb in finapps-0.8.1.pre

- old
+ new

@@ -13,10 +13,10 @@ logger.debug "##{__method__.to_s} => end_point: #{end_point}" path = end_point.sub ':user_institution_id', ERB::Util.url_encode(transaction_id) logger.debug "##{__method__.to_s} => path: #{path}" - transaction, error_messages = @client.send(path, :post, params.compact) + transaction, error_messages = @client.send(path, :get) logger.debug "##{__method__.to_s} => Completed" return transaction, error_messages end \ No newline at end of file