Commit e58f8a97 by taufikyu

penambahan readme

1 parent f616135a
i-sipkd i-sipkd
======= =======
Changelog
13-08-2020
1. penambahan eis di home
2. penambahan rpc dengan 3 method:
- set_invoice
parameter:
op_kode
rek_kode
dasar
tarif
pokok
denda
bunga
jumlah
periode_1
periode_2
jatuh_tempo
tgl_skrd
- get_payment
parameter:
kd_bayar
- send_payment
parameter
url
token
\ No newline at end of file \ No newline at end of file
...@@ -306,7 +306,7 @@ def send_payment(request, data): ...@@ -306,7 +306,7 @@ def send_payment(request, data):
- -
""" """
auth_from_rpc(request) auth_from_rpc(request)
# get_mandatory(data, ['url','token']) get_mandatory(data, ['url','token'])
ws_url = data['url'] ws_url = data['url']
token = data['token'] token = data['token']
datar = [] datar = []
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!