fix(order): 지오영 quick_order 파라미터명 수정 (specification → spec)

This commit is contained in:
thug0bin 2026-03-06 22:03:58 +09:00
parent 760aea6f89
commit ad58cde952

View File

@ -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
)