Commit 848a4c60 by Solo Group

inquiry pasar

1 parent 2acd213d
......@@ -59,7 +59,7 @@ class Vendor(VendorClass):
def response_field(self):
resp = self.response
if resp["code"] == 200 and resp["is_error"] == 0:
if resp["code"] == 200 and resp["is_error"] == 0 and resp["content"]:
data = resp["content"]
pokok = int(data["biaya_tagihan"] or '0')
denda = 0
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!