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 b6a0e108
authored
Sep 17, 2024
by
Taufikyu
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
typo
1 parent
fd21b755
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
esipkd/views/bjb_qris.py
esipkd/views/bjb_qris.py
View file @
b6a0e10
...
@@ -512,7 +512,7 @@ def callback(request, data):
...
@@ -512,7 +512,7 @@ def callback(request, data):
and
data
[
'transaction_amount'
]
or
get_va
.
amount
and
data
[
'transaction_amount'
]
or
get_va
.
amount
get_va
.
transaction_date
=
'transaction_date'
in
data
and
data
[
'transaction_date'
]
\
get_va
.
transaction_date
=
'transaction_date'
in
data
and
data
[
'transaction_date'
]
\
and
data
[
'transaction_date'
]
or
datetime
.
now
()
.
strftime
(
'
%
Y-
%
m-
%
d
%
H:
%
M:
%
S'
)
and
data
[
'transaction_date'
]
or
datetime
.
now
()
.
strftime
(
'
%
Y-
%
m-
%
d
%
H:
%
M:
%
S'
)
get_va
.
transactionDate
=
getattr
(
get_va
,
'transaction
D
ate'
,
None
)
get_va
.
transactionDate
=
getattr
(
get_va
,
'transaction
_d
ate'
,
None
)
get_va
.
transactionAmount
=
getattr
(
get_va
,
'transaction_amount'
,
None
)
get_va
.
transactionAmount
=
getattr
(
get_va
,
'transaction_amount'
,
None
)
get_va
.
transactionStatus
=
getattr
(
get_va
,
'status'
,
None
)
get_va
.
transactionStatus
=
getattr
(
get_va
,
'status'
,
None
)
...
...
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