Commit 13f3f078 by Solo Group

error payment

1 parent 7b4d08a9
......@@ -38,7 +38,8 @@ class Vendor(VendorClass):
def _inquiry(self):
if self.v_produk_kd[:3] == 'PLN' and self.v_produk_kd != 'PLNPASCA':
params = dict(
number=self.id_pel
number=self.id_pel,
denom=self.v_produk_kd,
)
url = self.get_url('/prepaid/pln/inquiry')
else:
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!