This commit is contained in:
zman 2025-02-21 12:28:08 -05:00
parent ac6397de01
commit e13b871fda

View File

@ -78,6 +78,7 @@ class TCGPlayerAPIService:
direct_fee_amount=transaction['directFeeAmount']
)
self.db.add(db_order)
self.db.flush()
product_ids = [product['skuId'] for product in products]
sku_to_product_id_mapping = self.get_product_ids_from_sku(product_ids)