Skip to content

Commit

Permalink
refactor: refactor mediator to handle plicy contract submission to op…
Browse files Browse the repository at this point in the history
…enIMIS AB#17942
  • Loading branch information
Idiono-mfon committed Aug 29, 2023
1 parent adbbb85 commit 8601d62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mediators/contract_mediator/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def getContract(request):
'Authorization': auth_openimis
}
response = requests.request(
"POST", url, data=payload, headers=headers, params=querystring)
"POST", url, data=payload, headers=headers, params=querystring, verify=False)
datac = json.loads(response.text)
return Response(datac)

Expand Down

0 comments on commit 8601d62

Please sign in to comment.