class ActiveMerchant::Billing::PayflowResponse
Public Instance Methods
payment_history()
click to toggle source
# File lib/active_merchant/billing/gateways/payflow/payflow_response.rb, line 8 def payment_history @payment_history ||= @params['rp_payment_result'].collect(&:stringify_keys) rescue [] end
profile_id()
click to toggle source
# File lib/active_merchant/billing/gateways/payflow/payflow_response.rb, line 4 def profile_id @params['profile_id'] end