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 8c1b1e7 commit 1e66144
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions ussd/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,16 +104,15 @@ def send_response(msg, msgtype=True):

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

},
"metadata": {
"phone": '0553912334',
"reference": telephone,
"provider" : "mtn"
"phone": telephone,
"reference": telephone
}

}
Expand Down

0 comments on commit 1e66144

Please sign in to comment.