fix(order): 지오영 quick_order 파라미터명 수정 (specification → spec)
This commit is contained in:
parent
760aea6f89
commit
ad58cde952
@ -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
|
||||
)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user