# File lib/active_merchant/billing/gateways/payflow/payflow_response.rb, line 8 def payment_history @payment_history ||= @params['rp_payment_result'].collect{ |result| result.stringify_keys } rescue [] end