Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Kunto
/
backoffice
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 4b5d2c4e
authored
Aug 30, 2019
by
solo
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'master' of
http://git.opensipkd.com/pasar/api-merchant
2 parents
d07dca9c
bf6d1ae6
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletions
src/agratek/api/merchant/views/vsi/pln_pre.py
src/agratek/api/merchant/views/vsi/pln_pre.py
View file @
4b5d2c4
...
@@ -178,9 +178,12 @@ class Vendor(VendorClass):
...
@@ -178,9 +178,12 @@ class Vendor(VendorClass):
message
=
"No Response From Biller"
)
message
=
"No Response From Biller"
)
data
=
self
.
pars_data
(
data
)
data
=
self
.
pars_data
(
data
)
if
data
[
"code"
]
!=
0
:
return
self
.
set_pending
()
self
.
result
=
data
self
.
result
=
data
self
.
save_log
(
'payment'
)
self
.
save_log
(
'payment'
)
return
data
return
self
.
set_success
(
data
)
def
advice
(
self
):
def
advice
(
self
):
params
=
self
.
get_params
(
cmd
=
'ADV'
,
modul
=
'PRE'
)
params
=
self
.
get_params
(
cmd
=
'ADV'
,
modul
=
'PRE'
)
...
...
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