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
activemerchant-1.98.0 lib/active_merchant/billing/gateways/payflow/payflow_response.rb
active_accountability_merchant-1.97.1 lib/active_merchant/billing/gateways/payflow/payflow_response.rb
activemerchant-1.97.0 lib/active_merchant/billing/gateways/payflow/payflow_response.rb
activemerchant-1.96.0 lib/active_merchant/billing/gateways/payflow/payflow_response.rb
activemerchant-1.95.0 lib/active_merchant/billing/gateways/payflow/payflow_response.rb
activemerchant-1.94.0 lib/active_merchant/billing/gateways/payflow/payflow_response.rb
activemerchant-1.93.0 lib/active_merchant/billing/gateways/payflow/payflow_response.rb
activemerchant-1.92.0 lib/active_merchant/billing/gateways/payflow/payflow_response.rb
activemerchant-1.91.0 lib/active_merchant/billing/gateways/payflow/payflow_response.rb
activemerchant-1.90.0 lib/active_merchant/billing/gateways/payflow/payflow_response.rb
activemerchant-1.89.0 lib/active_merchant/billing/gateways/payflow/payflow_response.rb
activemerchant-1.88.0 lib/active_merchant/billing/gateways/payflow/payflow_response.rb
activemerchant-1.87.0 lib/active_merchant/billing/gateways/payflow/payflow_response.rb
activemerchant-1.86.0 lib/active_merchant/billing/gateways/payflow/payflow_response.rb