Skip to content

Commit

Permalink
Merge pull request #2116 from gtech-mulearn/dev-server
Browse files Browse the repository at this point in the history
Dev server
  • Loading branch information
jelanmathewjames authored Jun 24, 2024
2 parents 585de90 + 965a5d8 commit bce4b0a
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 bce4b0a

Please sign in to comment.