Skip to content

Commit

Permalink
root url changed for prod env
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergiusz Woźnicki committed Sep 26, 2013
1 parent eca6935 commit 0978746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mangopay.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def preproduction
end

def root_url
@root_url || (@preproduction == true ? "https://api-preprod.mangopay.com" : "https://api.leetchi.com")
@root_url || (@preproduction == true ? "https://api-preprod.mangopay.com" : "https://api.mangopay.com")
end
end

Expand Down

0 comments on commit 0978746

Please sign in to comment.