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 25ab9e9a
authored
Feb 26, 2024
by
taufikyu
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
typo
1 parent
cd456be6
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 @
25ab9e9
...
@@ -522,7 +522,7 @@ def callback(request, data):
...
@@ -522,7 +522,7 @@ def callback(request, data):
get_va
.
status
=
'1'
get_va
.
status
=
'1'
try
:
try
:
DBSession
.
add
(
get_va
)
:
DBSession
.
add
(
get_va
)
DBSession
.
flush
()
DBSession
.
flush
()
sendrpc
(
request
,
get_va
.
invoice_no
)
sendrpc
(
request
,
get_va
.
invoice_no
)
return
render_to_response
(
'json'
,
return
render_to_response
(
'json'
,
...
...
esipkd/views/bjb_va.py
View file @
25ab9e9
...
@@ -605,7 +605,7 @@ def callback(request, data):
...
@@ -605,7 +605,7 @@ def callback(request, data):
get_va
.
status
=
'1'
get_va
.
status
=
'1'
try
:
try
:
DBSession
.
add
(
get_va
)
:
DBSession
.
add
(
get_va
)
DBSession
.
flush
()
DBSession
.
flush
()
sendrpc
(
request
,
get_va
.
invoice_no
)
sendrpc
(
request
,
get_va
.
invoice_no
)
return
render_to_response
(
'json'
,
return
render_to_response
(
'json'
,
...
...
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