Commit 68b23d04 by Solo Group

auto-push

1 parent b51db2ca
...@@ -192,7 +192,7 @@ def proses_odeo(data): ...@@ -192,7 +192,7 @@ def proses_odeo(data):
if status == "COMPLETED": if status == "COMPLETED":
order.status = 1 order.status = 1
else: else:
order.status = -2 order.status = -3
order.notify = dict(post=data) order.notify = dict(post=data)
if "sn" in data and data["sn"]: if "sn" in data and data["sn"]:
order.serial_number = data["sn"] order.serial_number = data["sn"]
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!