Commit a0946b8c by solo

live

1 parent f89eb240
......@@ -233,8 +233,8 @@ class Vendor(VendorClass):
result["status"] = "SUCCESS"
self.serial_number = 'serial_number' in data and data["serial_numner"] \
or self.serial_number
result["total"] = data["price"]
if 'price' in data:
result["total"] = data["price"]
if "subscriber_id" in data and data["subscriber_id"]:
result['id_pel'] = data["subscriber_id"]
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!