Sha256: 683dff1e669a4f59cd03142b5d986cfe0066c5a035d507d7382edd2d17f8ce51

Contents?: true

Size: 304 Bytes

Versions: 54

Compression:

Stored size: 304 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

54 entries across 54 versions & 4 rubygems

Version Path
swiss-activemerchant-1.0.6 lib/active_merchant/billing/gateways/payflow/payflow_response.rb
swiss-activemerchant-1.0.5 lib/active_merchant/billing/gateways/payflow/payflow_response.rb
swiss-activemerchant-1.0.4 lib/active_merchant/billing/gateways/payflow/payflow_response.rb
activemerchant-1.137.0 lib/active_merchant/billing/gateways/payflow/payflow_response.rb
swiss-activemerchant-1.0.2 lib/active_merchant/billing/gateways/payflow/payflow_response.rb
swiss-activemerchant-1.0.1 lib/active_merchant/billing/gateways/payflow/payflow_response.rb
activemerchant-1.133.0 lib/active_merchant/billing/gateways/payflow/payflow_response.rb
activemerchant-1.131.0 lib/active_merchant/billing/gateways/payflow/payflow_response.rb
activemerchant-1.130.0 lib/active_merchant/billing/gateways/payflow/payflow_response.rb
activemerchant-1.129.0 lib/active_merchant/billing/gateways/payflow/payflow_response.rb
activemerchant-1.126.0 lib/active_merchant/billing/gateways/payflow/payflow_response.rb
activemerchant-1.125.0 lib/active_merchant/billing/gateways/payflow/payflow_response.rb
archetype2142_activemerchant-1.124.0 lib/active_merchant/billing/gateways/payflow/payflow_response.rb
activemerchant-1.124.0 lib/active_merchant/billing/gateways/payflow/payflow_response.rb
activemerchant-1.123.0 lib/active_merchant/billing/gateways/payflow/payflow_response.rb
activemerchant-1.121.0 lib/active_merchant/billing/gateways/payflow/payflow_response.rb
activemerchant-1.120.0 lib/active_merchant/billing/gateways/payflow/payflow_response.rb
activemerchant-1.119.0 lib/active_merchant/billing/gateways/payflow/payflow_response.rb
activemerchant-1.118.0 lib/active_merchant/billing/gateways/payflow/payflow_response.rb
activemerchant-1.117.0 lib/active_merchant/billing/gateways/payflow/payflow_response.rb