From 83fa4776ba4fd3c5708d46aeecf084c721b0c222 Mon Sep 17 00:00:00 2001 From: Michael Bianco Date: Thu, 24 May 2012 10:09:14 -0400 Subject: [PATCH] beta.icontact --> sandbox.icontact. Removed all references to beta --- lib/acts_as_icontact/config.rb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/acts_as_icontact/config.rb b/lib/acts_as_icontact/config.rb index 083b06a..80b3aae 100644 --- a/lib/acts_as_icontact/config.rb +++ b/lib/acts_as_icontact/config.rb @@ -32,7 +32,7 @@ def self.mode # to change this. Ever. def self.app_id case mode - when :beta, :sandbox + when :sandbox "Ml5SnuFhnoOsuZeTOuZQnLUHTbzeUyhx" when :production "IYDOhgaZGUKNjih3hl1ItLln7zpAtWN2" @@ -53,8 +53,6 @@ def self.url "https://app.icontact.com/icp/" when :sandbox "https://app.sandbox.icontact.com/icp/" - when :beta # The 'beta' environment still works as of 7/25/2009 - "https://app.beta.icontact.com/icp/" end end