Class ActiveMerchant::Billing::PayflowResponse
In: lib/active_merchant/billing/gateways/payflow/payflow_response.rb
Parent: Response

Methods

Public Instance methods

[Source]

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

[Source]

   # File lib/active_merchant/billing/gateways/payflow/payflow_response.rb, line 4
4:       def profile_id
5:         @params['profile_id']
6:       end

[Validate]