Sha256: 75857a3ee83b3268fefe457328e0d16e80a125580a647af78b754c836e330970

Contents?: true

Size: 325 Bytes

Versions: 225

Compression:

Stored size: 325 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{ |result| result.stringify_keys } rescue []
      end
    end
  end
end

Version data entries

225 entries across 224 versions & 37 rubygems

Version Path
activemerchant-1.83.0 lib/active_merchant/billing/gateways/payflow/payflow_response.rb
activemerchant-1.82.0 lib/active_merchant/billing/gateways/payflow/payflow_response.rb
activemerchant-1.81.0 lib/active_merchant/billing/gateways/payflow/payflow_response.rb
activemerchant-1.80.0 lib/active_merchant/billing/gateways/payflow/payflow_response.rb
activemerchant-1.79.2 lib/active_merchant/billing/gateways/payflow/payflow_response.rb
activemerchant-1.79.1 lib/active_merchant/billing/gateways/payflow/payflow_response.rb
activemerchant-1.79.0 lib/active_merchant/billing/gateways/payflow/payflow_response.rb
activemerchant-1.78.0 lib/active_merchant/billing/gateways/payflow/payflow_response.rb
activemerchant-1.77.0 lib/active_merchant/billing/gateways/payflow/payflow_response.rb
activemerchant-1.76.0 lib/active_merchant/billing/gateways/payflow/payflow_response.rb
activemerchant-1.75.0 lib/active_merchant/billing/gateways/payflow/payflow_response.rb
activemerchant-1.74.0 lib/active_merchant/billing/gateways/payflow/payflow_response.rb
activemerchant-1.73.0 lib/active_merchant/billing/gateways/payflow/payflow_response.rb
activemerchant-1.72.0 lib/active_merchant/billing/gateways/payflow/payflow_response.rb
activemerchant-1.71.0 lib/active_merchant/billing/gateways/payflow/payflow_response.rb
activemerchant-1.70.0 lib/active_merchant/billing/gateways/payflow/payflow_response.rb
activemerchant-1.69.0 lib/active_merchant/billing/gateways/payflow/payflow_response.rb
activemerchant-1.68.0 lib/active_merchant/billing/gateways/payflow/payflow_response.rb
activemerchant-1.67.0 lib/active_merchant/billing/gateways/payflow/payflow_response.rb
tanga_activemerchant-1.38.0.5 lib/active_merchant/billing/gateways/payflow/payflow_response.rb