class OffsitePayments::Integrations::PaypalPaymentsAdvanced::Helper
Public Class Methods
new(order, account, options)
click to toggle source
Calls superclass method
OffsitePayments::Integrations::PayflowLink::Helper::new
# File lib/offsite_payments/integrations/paypal_payments_advanced.rb, line 16 def initialize(order, account, options) super add_field('partner', 'PayPal') end