Skip to content
This repository was archived by the owner on May 16, 2019. It is now read-only.

Commit 018b882

Browse files
committed
2 parents f203fb7 + 4c1ae02 commit 018b882

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/restapi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ def set_contract(self, request):
427427
shipping_origin=request.args["shipping_origin"][0] if "shipping_origin" in request.args else None,
428428
shipping_regions=request.args["ships_to"] if "ships_to" in request.args else None,
429429
est_delivery_domestic=request.args["est_delivery_domestic"][0]
430-
if "est_delivery_domestic" in request.ags else None,
430+
if "est_delivery_domestic" in request.args else None,
431431
est_delivery_international=request.args["est_delivery_international"][0]
432432
if "est_delivery_international" in request.args else None,
433433
terms_conditions=request.args["terms_conditions"][0]

0 commit comments

Comments
 (0)