# File lib/active_merchant/billing/gateways/payflow/payflow_response.rb, line 8defpayment_history@payment_history||=@params['rp_payment_result'].collect{ |result|result.stringify_keys } rescue []
end
profile_id()click to toggle source
# File lib/active_merchant/billing/gateways/payflow/payflow_response.rb, line 4defprofile_id@params['profile_id']
end