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 a7746a51
authored
Aug 04, 2019
by
Solo Group
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
VSI
1 parent
b71eebd9
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletions
src/agratek/api/merchant/views/odeo/__init__.py
src/agratek/api/merchant/views/odeo/__init__.py
View file @
a7746a5
...
...
@@ -84,9 +84,12 @@ class Vendor(VendorClass):
url
=
'/postpaid/inquiry'
self
.
request
=
params
log
.
info
(
"Inquiry Request:
%
s"
%
params
)
log
.
info
(
"Inquiry Request:
url:
%
s params
%
s"
%
(
url
,
params
)
)
self
.
save_log
(
"inquiry"
)
try
:
resp
=
self
.
request_get
(
params
,
url
)
except
:
return
self
.
set_response
(
message
=
"Biller No Response"
)
if
not
resp
:
return
self
.
set_response
(
message
=
"Biller No Response"
)
...
...
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