This commit is contained in:
parent
4f56eec551
commit
105c02a3de
@ -304,8 +304,8 @@ class TCGPlayerAPIService:
|
||||
|
||||
for order_id in orders:
|
||||
order = orders[order_id]
|
||||
if float(order['Value of Products']) >49.99:
|
||||
continue
|
||||
#if float(order['Value of Products']) >49.99:
|
||||
#continue
|
||||
# Extract relevant information from the order
|
||||
order_info = {
|
||||
"recipient_name": order['FirstName'] + ' ' + order['LastName'],
|
||||
|
Loading…
x
Reference in New Issue
Block a user