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

This commit is contained in:
zman 2025-04-08 13:39:56 -04:00
parent 4f56eec551
commit 105c02a3de

View File

@ -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'],