Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
godfredtenkorang committed Oct 17, 2024
1 parent c9aa3df commit 940c334
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 @@ -110,7 +110,7 @@ def send_response(msg, msgtype=True):

payload = {
'email': email,
'amount': amount_in_kobo,
'amount': "amount_in_kobo",
'currency': 'GHS', # Set appropriate currency
"ussd": {
"type": "ussd",
Expand Down

0 comments on commit 940c334

Please sign in to comment.