namaggarwal / splitwise

Python SDK for Splitwise
MIT License
183 stars 46 forks source link

fix: Remove erroring key from expense #77

Closed preetham closed 1 year ago

preetham commented 1 year ago

Recently, Splitwise API started throwing Bad Request [400] error when the payload still contains category key. This PR removes the problematic/unnecessary key from payload which resolves the error. Signed-off-by: Preetham kamidipreetham@gmail.com