From 3e3c936295137bda22e18546291c32bc92ca31c9 Mon Sep 17 00:00:00 2001 From: Diogo Macedo Date: Tue, 22 Oct 2024 10:19:46 -0300 Subject: [PATCH] feat: the api production endpoint has been changed --- src/Config/Config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Config/Config.php b/src/Config/Config.php index bcd2cee..9f67785 100644 --- a/src/Config/Config.php +++ b/src/Config/Config.php @@ -7,6 +7,6 @@ } class Config { - const ASAAS_API_URL_PRODUCTION = 'https://asaas.com/api/v3/'; + const ASAAS_API_URL_PRODUCTION = 'https://api.asaas.com/api/v3/'; const ASAAS_API_URL_SANDBOX = 'https://sandbox.asaas.com/api/v3/'; } \ No newline at end of file