Skip to content

Commit

Permalink
beta.icontact --> sandbox.icontact. Removed all references to beta
Browse files Browse the repository at this point in the history
  • Loading branch information
iloveitaly committed May 24, 2012
1 parent 11a9187 commit 83fa477
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/acts_as_icontact/config.rb
Expand Up @@ -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"
Expand All @@ -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

Expand Down

0 comments on commit 83fa477

Please sign in to comment.