diff --git a/app/services/tcgplayer_api.py b/app/services/tcgplayer_api.py index 45e2ad7..c52cf5d 100644 --- a/app/services/tcgplayer_api.py +++ b/app/services/tcgplayer_api.py @@ -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'],