Commit bdf64cab by Solo Group

add notify test

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