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 ce3f84a6
authored
Aug 30, 2019
by
Solo Group
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
-vsi pln pre
1 parent
8b23036f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/agratek/api/merchant/views/vsi/pln_pre.py
src/agratek/api/merchant/views/vsi/pln_pre.py
View file @
ce3f84a
...
...
@@ -75,7 +75,7 @@ class Vendor(VendorClass):
self
.
status
=
-
1
code
=
"rc"
in
data
and
int
(
data
[
"rc"
])
or
500
log
.
info
(
"VSI Result Code: {}
"
.
format
(
code
))
log
.
info
(
"VSI Result Code: {}
{}"
.
format
(
code
,
data
))
if
code
==
0
:
self
.
status
=
1
message
=
"SUCCESS"
...
...
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