class OffsitePayments::Integrations::PaypalPaymentsAdvanced::Helper

Public Class Methods

new(order, account, options) click to toggle source
# File lib/offsite_payments/integrations/paypal_payments_advanced.rb, line 16
def initialize(order, account, options)
  super
  add_field('partner', 'PayPal')
end