Skip to content

Commit

Permalink
Merge pull request #2115 from gtech-mulearn/dev
Browse files Browse the repository at this point in the history
Merge dev-server to dev
  • Loading branch information
jelanmathewjames authored Jun 24, 2024
2 parents 4a895c5 + 653d947 commit 965a5d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/donate/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def post(self, request):
)
transaction_details = {
"Amount": float(data['amount']) / 100,
"Currency": data['currency', None],
"Currency": data.get('currency', None),
"Name": data['notes']['name'],
"Email": data['notes']['email'],
}
Expand Down

0 comments on commit 965a5d8

Please sign in to comment.