Sha256: 683dff1e669a4f59cd03142b5d986cfe0066c5a035d507d7382edd2d17f8ce51
Contents?: true
Size: 304 Bytes
Versions: 61
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
61 entries across 61 versions & 5 rubygems
Version | Path |
---|---|
activemerchant-1.86.0 | lib/active_merchant/billing/gateways/payflow/payflow_response.rb |