a
All checks were successful
Deploy App to Docker / deploy (push) Successful in 21s

This commit is contained in:
zman 2025-04-08 13:35:03 -04:00
parent 029c28166e
commit 4f56eec551

View File

@ -302,7 +302,8 @@ class TCGPlayerAPIService:
labels_html = [] labels_html = []
for order in orders: for order_id in orders:
order = orders[order_id]
if float(order['Value of Products']) >49.99: if float(order['Value of Products']) >49.99:
continue continue
# Extract relevant information from the order # Extract relevant information from the order