# File lib/active_merchant/billing/integrations/hi_trust.rb, line 12 def self.service_url ActiveMerchant::Billing::Base.integration_mode == :test ? TEST_URL : LIVE_URL end