Parent

Methods

Class/Module Index [+]

Quicksearch

ActiveMerchant::Billing::Integrations::Dwolla::Helper

Public Class Methods

new(order, account, options = {}) click to toggle source
# File lib/active_merchant/billing/integrations/dwolla/helper.rb, line 7
def initialize(order, account, options = {})
  super
  add_field('name', 'Store Purchase')

  if ActiveMerchant::Billing::Base.integration_mode == :test || options[:test]
    add_field('test', 'true')
  end 
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.