Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Taufik Yulianto
/
esipkd
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit e58f8a97
authored
Aug 13, 2020
by
taufikyu
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
penambahan readme
1 parent
f616135a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
28 additions
and
1 deletions
README.md
esipkd/views/rpc.py
README.md
View file @
e58f8a9
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
esipkd/views/rpc.py
View file @
e58f8a9
...
@@ -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
=
[]
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment