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 848af5ac
authored
Aug 03, 2019
by
Solo Group
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
VSI
1 parent
5c2948e4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/agratek/api/merchant/views/merchant.py
src/agratek/api/merchant/views/merchant.py
View file @
848af5a
...
...
@@ -30,10 +30,10 @@ def build_request(typ, vendor_produk, partner_log=None):
log
.
info
(
"Request
%
s"
%
cls_module
.
request
)
log
.
info
(
"Response
%
s"
%
cls_module
.
response
)
log
.
info
(
"Result
%
s"
%
cls_module
.
result
)
result
=
{}
result
[
"f_response"
]
=
cls_module
.
response
result
[
"f_result"
]
=
cls_module
.
result
result
[
"f_request"
]
=
cls_module
.
request
result
[
"f_response"
]
=
cls_module
.
response
# result["url"] = cls_module.url
else
:
...
...
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