From 2ae49ace8626ba7d3b8c9feaf5b065503a0ad1c1 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Sat, 24 May 2025 06:04:19 -0400 Subject: [PATCH] fix call --- app/api/services/offer_analysis.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/api/services/offer_analysis.py b/app/api/services/offer_analysis.py index 123cb6b..28d6e30 100644 --- a/app/api/services/offer_analysis.py +++ b/app/api/services/offer_analysis.py @@ -56,7 +56,7 @@ class OfferAnalysis: # if we have active offers - we have to feed off it logger.info(f"**RACK ANALYSIS** {customer_id}") # Analyze Rack Checks - self._analyze_rack_checks(rack_checks_response) + # _analyze_rack_checks(rack_checks_response) --> We need detail analysis # we can now find the origin transactions