diff --git a/src/Api/AbstractApi.php b/src/Api/AbstractApi.php index d4332bd..dec5fac 100644 --- a/src/Api/AbstractApi.php +++ b/src/Api/AbstractApi.php @@ -16,14 +16,14 @@ abstract class AbstractApi * * @var string */ - const ENDPOINT_PRODUCAO = 'https://www.asaas.com/api/v2'; + const ENDPOINT_PRODUCAO = 'https://api.asaas.com/v3'; /** * Endpoint Homologação * * @var string */ - const ENDPOINT_HOMOLOGACAO = 'http://homolog.asaas.com/api/v2'; + const ENDPOINT_HOMOLOGACAO = 'https://sandbox.asaas.com/api/v3'; /** * Endpoint Sandbox