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