This commit is contained in:
parent
4f56eec551
commit
105c02a3de
@ -304,8 +304,8 @@ class TCGPlayerAPIService:
|
|||||||
|
|
||||||
for order_id in orders:
|
for order_id in orders:
|
||||||
order = orders[order_id]
|
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
|
||||||
order_info = {
|
order_info = {
|
||||||
"recipient_name": order['FirstName'] + ' ' + order['LastName'],
|
"recipient_name": order['FirstName'] + ' ' + order['LastName'],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user