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 cc433dc6
authored
Feb 26, 2024
by
taufikyu
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
perbaiki callback to pemda
1 parent
dd579694
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
esipkd/views/bjb_qris.py
esipkd/views/bjb_va.py
esipkd/views/bjb_qris.py
View file @
cc433dc
...
...
@@ -588,7 +588,7 @@ def sendrpc(request, kd_bayar):
verify
=
True
try
:
resp
=
requests
.
post
(
url
=
url
,
data
=
dict
(
kd_bayar
=
kd_bayar
),
data
=
json
.
dumps
(
dict
(
kd_bayar
=
kd_bayar
)
),
headers
=
headers
,
verify
=
verify
)
log
.
info
(
'Response RPC CALLBACK PEMDA : {}'
.
format
(
resp
.
content
))
...
...
esipkd/views/bjb_va.py
View file @
cc433dc
...
...
@@ -684,7 +684,7 @@ def sendrpc(request, kd_bayar):
verify
=
True
try
:
resp
=
requests
.
post
(
url
=
url
,
data
=
dict
(
kd_bayar
=
kd_bayar
),
data
=
json
.
dumps
(
dict
(
kd_bayar
=
kd_bayar
)
),
headers
=
headers
,
verify
=
verify
)
log
.
info
(
'Response RPC CALLBACK PEMDA : {}'
.
format
(
resp
.
content
))
...
...
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