Added logger

This commit is contained in:
CHIEFSOFT\ameye
2025-05-24 04:31:25 -04:00
parent 6852986ce5
commit 081b73a932
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -14,7 +14,8 @@ class SimbrellaIntegration:
"""
Calls the RACCheck endpoit
"""
url = f"{SimbrellaIntegration.BASE_URL}/{SIMBRELLA_ENDPOINT_RAC_CHECKS}"
url = f"{SimbrellaIntegration.BASE_URL}/{ENDPOINT_RAC_CHECKS}"
logger.info(f"Contacting Rack Checks EndPoint: {str(url)}", exc_info=True)
payload = {
"customerId": customer_id,