This commit is contained in:
parent
029c28166e
commit
4f56eec551
@ -302,7 +302,8 @@ class TCGPlayerAPIService:
|
||||
|
||||
labels_html = []
|
||||
|
||||
for order in orders:
|
||||
for order_id in orders:
|
||||
order = orders[order_id]
|
||||
if float(order['Value of Products']) >49.99:
|
||||
continue
|
||||
# Extract relevant information from the order
|
||||
|
Loading…
x
Reference in New Issue
Block a user