Commit 14f382b9 by yasir

perbaikan

1 parent d9168520
......@@ -209,7 +209,7 @@ class view_pay(BaseView):
headers_merchant = headers_merchant
try:
requests.post(merchant_url, data=result_request.text, headers = headers_merchant, timeout=None)
requests.post(merchant_url, data=result_request.text, headers = headers_merchant, timeout=10)
except Exception as e:
pass
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!