1
0
This commit is contained in:
CHIEFSOFT\ameye
2025-05-09 19:07:43 -04:00
parent c8ab2cd6ba
commit af7e0f8624
+5
View File
@@ -10,6 +10,11 @@ class OfferAnalysis:
transaction_offer_id = int(offer_id[5:]) # The last part is int
logger.info(f"customer_id == *************** : {customer_id}")
logger.info(f"product_id == *************** : {product_id}")
logger.info(f"offer_id == *************** : {offer_id}")
logger.info(f"transaction_offer_id == *************** : {transaction_offer_id}")
transaction_offer = TransactionOffer.is_valid_transaction_offer(transaction_offer_id, customer_id, product_id)
if not transaction_offer: