This commit is contained in:
zman 2025-02-11 19:33:47 -05:00
parent fbd6dd5752
commit af0e789ec9

View File

@ -87,6 +87,7 @@ class BoxService:
product_line='mtg'
)
self.db.add(product)
self.db.flush()
box = Box(
product_id=product.id,
type=create_box_data.type,