Class Index [+]

Quicksearch

ActiveMerchant::Billing::PayflowResponse

Public Instance Methods

payment_history() click to toggle 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
profile_id() click to toggle source
   # File lib/active_merchant/billing/gateways/payflow/payflow_response.rb, line 4
4:       def profile_id
5:         @params['profile_id']
6:       end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.