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