Sha256: 658ef86c823f4762f23be9166a8266f1a4e0c16cbea6567e8c3e256fd4015f04

Contents?: true

Size: 307 Bytes

Versions: 50

Compression:

Stored size: 307 Bytes

Contents

module ActiveMerchant
  module Billing
    module Integrations
      module PaypalPaymentsAdvanced
        class Helper < PayflowLink::Helper

          def initialize(order, account, options)
            super
            add_field('partner', 'PayPal')
          end
        end
      end
    end
  end
end

Version data entries

50 entries across 50 versions & 4 rubygems

Version Path
activemerchant-1.29.3 lib/active_merchant/billing/integrations/paypal_payments_advanced/helper.rb
activemerchant-1.29.2 lib/active_merchant/billing/integrations/paypal_payments_advanced/helper.rb
activemerchant-1.29.1 lib/active_merchant/billing/integrations/paypal_payments_advanced/helper.rb
jelaniharris-activemerchant-1.29.1 lib/active_merchant/billing/integrations/paypal_payments_advanced/helper.rb
activemerchant-1.29.0 lib/active_merchant/billing/integrations/paypal_payments_advanced/helper.rb
activemerchant-nsp-1.27.0 lib/active_merchant/billing/integrations/paypal_payments_advanced/helper.rb
activemerchant-1.28.0 lib/active_merchant/billing/integrations/paypal_payments_advanced/helper.rb
activemerchant-1.27.0 lib/active_merchant/billing/integrations/paypal_payments_advanced/helper.rb
activemerchant-1.26.0 lib/active_merchant/billing/integrations/paypal_payments_advanced/helper.rb
activemerchant-1.25.0 lib/active_merchant/billing/integrations/paypal_payments_advanced/helper.rb