# 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