Skip to content

Commit

Permalink
fix: fix a typo in bank proxy url
Browse files Browse the repository at this point in the history
  • Loading branch information
AmooHashem committed Oct 23, 2024
1 parent 663ce12 commit 751bcca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proxies/bank_service/bank.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def request_transfer(sender_id: str, receiver_id: str, funds: dict):
payload = {
"sender_id": sender_id,
"receiver_id": receiver_id,
"currency_amounts": funds
"funds": funds
}

return _post(url, payload)
Expand Down

0 comments on commit 751bcca

Please sign in to comment.