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
mcmire-activemerchant-1.5.2 lib/active_merchant/billing/gateways/payflow/payflow_response.rb
smulube-activemerchant-1.5.1 lib/active_merchant/billing/gateways/payflow/payflow_response.rb
easy-testmode-activemerchant-1.5.1 lib/active_merchant/billing/gateways/payflow/payflow_response.rb
noctivityinc-activemerchant-1.5.2 lib/active_merchant/billing/gateways/payflow/payflow_response.rb
ghazel-activemerchant-1.4.2 lib/active_merchant/billing/gateways/payflow/payflow_response.rb
noctivityinc-activemerchant-1.5.1 lib/active_merchant/billing/gateways/payflow/payflow_response.rb
activemerchant-1.5.1 lib/active_merchant/billing/gateways/payflow/payflow_response.rb
activemerchant-est-1.4.2.6 lib/active_merchant/billing/gateways/payflow/payflow_response.rb
activemerchant-1.5.0 lib/active_merchant/billing/gateways/payflow/payflow_response.rb
patmaddox-activemerchant-1.4.2.6 lib/active_merchant/billing/gateways/payflow/payflow_response.rb
patmaddox-activemerchant-1.4.2.5 lib/active_merchant/billing/gateways/payflow/payflow_response.rb
patmaddox-activemerchant-1.4.2.4 lib/active_merchant/billing/gateways/payflow/payflow_response.rb
patmaddox-activemerchant-1.4.2.3 lib/active_merchant/billing/gateways/payflow/payflow_response.rb
patmaddox-activemerchant-1.4.2.2 lib/active_merchant/billing/gateways/payflow/payflow_response.rb
patmaddox-activemerchant-1.4.2.1 lib/active_merchant/billing/gateways/payflow/payflow_response.rb
activemerchant-est-1.4.2.5 lib/active_merchant/billing/gateways/payflow/payflow_response.rb
patmaddox-activemerchant-1.4.2 lib/active_merchant/billing/gateways/payflow/payflow_response.rb
abtain_billing-1.0 lib/active_merchant/billing/gateways/payflow/payflow_response.rb
activemerchant-1.3.0 lib/active_merchant/billing/gateways/payflow/payflow_response.rb
activemerchant-1.4.0 lib/active_merchant/billing/gateways/payflow/payflow_response.rb