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