# File lib/active_merchant/billing/integrations/two_checkout/helper.rb, line 6
          def initialize(order, account, options = {})
            super
            add_field('fixed', 'Y')
            
            if ActiveMerchant::Billing::Base.integration_mode == :test || options[:test]
              add_field('demo', 'Y')
            end 
          end