Commit 2f7ad87e by Solo Group

VSI

1 parent d99c8d77
......@@ -199,6 +199,14 @@ class Vendor(VendorClass):
else:
self.amt_buy = "price" in data and data["price"] or 0
parsd.update(inq)
# parsd["total"] = self.amt_sell
# parsd["discount"] = self.discount
# parsd["subtotal"] = self.amt_sell+self.discount
# {'ref_no': '25785881', 'jml_data': 1, 'code': 0, 'id_pel': '08112118585', 'nama': 'SUBCRIBER NAME',
# 'total': 301500, 'discount': 0, 'status': 'SUCCES',
# 'rincian': {'admin': 1500, 'denda': 0, 'jml_bulan': 1, 'pokok': 300000, 'period': '2016-08 '},
# 'subtotal': 301500}
self.result = parsd
log.info("Payment Result: %s" % self.result)
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!