From ad58cde9521c4116c568bc5a883c647ef79d2f1d Mon Sep 17 00:00:00 2001 From: thug0bin Date: Fri, 6 Mar 2026 22:03:58 +0900 Subject: [PATCH] =?UTF-8?q?fix(order):=20=EC=A7=80=EC=98=A4=EC=98=81=20qui?= =?UTF-8?q?ck=5Forder=20=ED=8C=8C=EB=9D=BC=EB=AF=B8=ED=84=B0=EB=AA=85=20?= =?UTF-8?q?=EC=88=98=EC=A0=95=20(specification=20=E2=86=92=20spec)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/order_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/order_api.py b/backend/order_api.py index 1730c2d..0f97f98 100644 --- a/backend/order_api.py +++ b/backend/order_api.py @@ -298,7 +298,7 @@ def submit_geoyoung_order(order: dict, dry_run: bool, cart_only: bool = True) -> result = geo_session.quick_order( kd_code=kd_code, quantity=order_qty, - specification=spec if spec else None, + spec=spec if spec else None, check_stock=True )