Skip to content

Commit

Permalink
fix SSL connect error
Browse files Browse the repository at this point in the history
corrigido problema TSL 
see moiplabs#52
  • Loading branch information
Offboard committed Jan 20, 2016
1 parent a48f91b commit 35ba4a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Moip.php
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ public function setEnvironment($testing = false) {

if ($testing) {
$this->environment->name = "Sandbox";
$this->environment->base_url = "https://desenvolvedor.moip.com.br/sandbox";
$this->environment->base_url = "https://desenvolvedor2.moip.com.br/sandbox";
} else {
$this->environment->name = "Produção";
$this->environment->base_url = "https://www.moip.com.br";
Expand Down Expand Up @@ -819,4 +819,4 @@ function __construct($base_url = '', $name = '')
$this->base_url = $base_url;
$this->name = $name;
}
}
}

0 comments on commit 35ba4a6

Please sign in to comment.