Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
godfredtenkorang committed Dec 18, 2024
1 parent 5242b02 commit 5ea4a31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ussd/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ def send_response(msg, msgtype=True):
}

# Sending payment request
response = requests.post(endpoint, json=payload, headers=headers)
response = requests.post(endpoint, data=payload, headers=headers)

if response.status_code == 200:
session.delete()
Expand Down

0 comments on commit 5ea4a31

Please sign in to comment.