diff --git a/core/signals.py b/core/signals.py index bb552699..fe6bcaa9 100644 --- a/core/signals.py +++ b/core/signals.py @@ -93,6 +93,7 @@ def process_order_changes(instance, created, **_kwargs): continue try: + logger.debug("Trying to buy: %s", str(order_product.uuid)) vendor_name = ( order_product.product.stocks.filter(price=order_product.buy_price).first().vendor.name.lower() )