Skip to content

Commit

Permalink
Merge pull request #2125 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 fd3e638 + 2e3d12b commit 488fc5e
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_id":data['id'],
"Payment_method":data['method'],
"Name": data['notes']['name'],
"Email": data['notes']['email'],
Expand Down

0 comments on commit 488fc5e

Please sign in to comment.