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 b3868ecb
authored
Oct 03, 2019
by
Solo Group
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
penambahan cek sukses dan Noref+1
1 parent
de044f5a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
src/agratek/api/merchant/views/tangselpjk/pbb.py
src/agratek/api/merchant/views/tangselpjk/pbb.py
View file @
b3868ec
...
...
@@ -114,12 +114,15 @@ class Vendor(VendorClass):
verify
=
False
,
headers
=
self
.
get_headers
(),
timeout
=
20
)
except
:
log
.
info
(
"Biller Error"
)
except
Exception
as
e
:
log
.
info
(
"Error: {}"
.
format
(
e
))
self
.
response
=
e
return
if
not
resp
:
log
.
info
(
"No Response From Biller"
)
msg
=
"No Response From Biller"
log
.
info
(
msg
)
self
.
response
=
msg
return
try
:
...
...
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