Commit fd9d5a89 by aa.gusti

Pemindahan bit 107, 49

1 parent 4532131f
......@@ -286,6 +286,14 @@ class View(BaseView):
if not pay:
raise BillRefNotFound()
p['stan'] = pay.stan
# ditambahkan disini untuk ngisi user dan cabang
if 'bits' not in p:
p['bits'] = {}
p['bits']['107']='LINKAJA'
p['bits']['49']='AGRATEK-LINKAJA'
conn = self.get_connection()
method = get_method(data)
iso_func = getattr(conn.job, method)
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!