Skip to content

Commit

Permalink
Merge pull request #2123 from gtech-mulearn/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
jelanmathewjames authored Jun 26, 2024
2 parents a68a66d + 25b3123 commit fd3e638
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/donate/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ def post(self, request):
transaction_details = {
"Amount": float(data['amount']) / 100,
"Currency": data.get('currency', None),
"Payment_method":data['method'],
"Name": data['notes']['name'],
"Email": data['notes']['email'],
}
Expand Down

0 comments on commit fd3e638

Please sign in to comment.