Sha256: 856de3926b2894b446d7d71cfdf688ba57bd7e4b7bf12698c22522f8b19344ee
Contents?: true
Size: 309 Bytes
Versions: 2
Compression:
Stored size: 309 Bytes
Contents
module ActiveMerchant #:nodoc: module Billing #:nodoc: class PayflowResponse < Response def profile_id @params['profile_id'] end def payment_history @payment_history ||= @params['rp_payment_result'].collect(&:stringify_keys) rescue [] end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
activemerchant-1.85.0 | lib/active_merchant/billing/gateways/payflow/payflow_response.rb |
activemerchant-1.84.0 | lib/active_merchant/billing/gateways/payflow/payflow_response.rb |