# File lib/active_merchant/billing/integrations/valitor.rb, line 19
        def self.service_url
          (test? ? test_url : production_url)
        end