| Class | ActiveMerchant::Billing::PayflowResponse |
| In: |
lib/active_merchant/billing/gateways/payflow/payflow_response.rb
|
| Parent: | Response |
# 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