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.66.0 lib/active_merchant/billing/gateways/payflow/payflow_response.rb
activemerchant-1.65.0 lib/active_merchant/billing/gateways/payflow/payflow_response.rb
activemerchant-1.64.0 lib/active_merchant/billing/gateways/payflow/payflow_response.rb
activemerchant-1.63.0 lib/active_merchant/billing/gateways/payflow/payflow_response.rb
activemerchant-1.62.0 lib/active_merchant/billing/gateways/payflow/payflow_response.rb
activemerchant-1.61.0 lib/active_merchant/billing/gateways/payflow/payflow_response.rb
tanga_activemerchant-1.38.0.4 lib/active_merchant/billing/gateways/payflow/payflow_response.rb
tanga_activemerchant-1.38.0.3 lib/active_merchant/billing/gateways/payflow/payflow_response.rb
activemerchant-1.60.0 lib/active_merchant/billing/gateways/payflow/payflow_response.rb
activemerchant-1.59.0 lib/active_merchant/billing/gateways/payflow/payflow_response.rb
tanga_activemerchant-1.38.0.2 lib/active_merchant/billing/gateways/payflow/payflow_response.rb
activemerchant-1.58.0 lib/active_merchant/billing/gateways/payflow/payflow_response.rb
activemerchant-1.57.0 lib/active_merchant/billing/gateways/payflow/payflow_response.rb
activemerchant-1.56.0 lib/active_merchant/billing/gateways/payflow/payflow_response.rb
activemerchant-1.55.0 lib/active_merchant/billing/gateways/payflow/payflow_response.rb
activemerchant-1.54.0 lib/active_merchant/billing/gateways/payflow/payflow_response.rb
activemerchant-1.53.0 lib/active_merchant/billing/gateways/payflow/payflow_response.rb
start_activemerchant-1.50.0 lib/active_merchant/billing/gateways/payflow/payflow_response.rb
solidus_backend-1.0.0.pre3 vendor/bundle/gems/activemerchant-1.48.0/lib/active_merchant/billing/gateways/payflow/payflow_response.rb
solidus_backend-1.0.0.pre2 vendor/bundle/gems/activemerchant-1.48.0/lib/active_merchant/billing/gateways/payflow/payflow_response.rb