Methods

Class 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
 7:           def initialize(order, account, options = {})
 8:             super
 9:             add_field('name', 'Store Purchase')
10: 
11:             if ActiveMerchant::Billing::Base.integration_mode == :test || options[:test]
12:               add_field('test', 'true')
13:             end 
14:           end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.