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 edfeb499
authored
Mar 04, 2024
by
taufikyu
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
update log
1 parent
b851b866
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
esipkd/scripts/cron_payment_callback_pemda.py.bak
esipkd/scripts/cron_payment_callback_pemda.py.bak
View file @
edfeb49
...
@@ -70,6 +70,7 @@ def sendrpc(kd_bayar):
...
@@ -70,6 +70,7 @@ def sendrpc(kd_bayar):
data=json.dumps(dict(kd_bayar=kd_bayar)),
data=json.dumps(dict(kd_bayar=kd_bayar)),
headers=headers,
headers=headers,
verify=False)
verify=False)
print(str(datetime.now()))
print('KD BAYAR : {}'.format(kd_bayar))
print('KD BAYAR : {}'.format(kd_bayar))
print('Response RPC CALLBACK PEMDA : {}'.format(resp.content))
print('Response RPC CALLBACK PEMDA : {}'.format(resp.content))
try:
try:
...
...
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