From ae838c5b86139ab98e99de49a3b57d19cbd7fe32 Mon Sep 17 00:00:00 2001 From: "saylor.damasceno" Date: Thu, 19 Sep 2024 13:12:04 -0300 Subject: [PATCH] Atualizando dominio da api --- src/Api/AbstractApi.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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