Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/Api/AbstractApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down