Sha256: b4947b275421e805f095ba5b74f54e5f6af855020793c84c8a66a53a6f0fbc9a
Contents?: true
Size: 172 Bytes
Versions: 2
Compression:
Stored size: 172 Bytes
Contents
module ActiveMerchant #:nodoc: module Billing #:nodoc: class PayflowResponse < Response def profile_id @params['profile_id'] end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
activemerchant-1.2.0 | lib/active_merchant/billing/gateways/payflow/payflow_response.rb |
activemerchant-1.2.1 | lib/active_merchant/billing/gateways/payflow/payflow_response.rb |