Skip to content

Commit

Permalink
hound
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsaicharan1 committed Aug 21, 2019
1 parent 087324c commit 6adefb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/api/helpers/payment.py
Original file line number Diff line number Diff line change
Expand Up @@ -305,5 +305,5 @@ def hit_paytm_endpoint(url, head, body=None):
paytm_params["body"] = body
paytm_params["head"] = head
post_data = json.dumps(paytm_params)
response = requests.post(url, data = post_data, headers = {"Content-type": "application/json"}).json()
response = requests.post(url, data=post_data, headers={"Content-type": "application/json"}).json()
return response

0 comments on commit 6adefb0

Please sign in to comment.