petermcd / monzo-api

Python package to interact with the API provided by Monzo bank
MIT License
27 stars 5 forks source link

Spend_today is returning currency #16

Closed psleep closed 2 years ago

psleep commented 2 years ago

Line 92 in monzo/endpoints/balance.py should be spend_today=res['data']['spend_today'] instead of spend_today=res['data']['currency']

psleep commented 2 years ago

Created pull request to resolve. https://github.com/petermcd/monzo-api/pull/17