jmcarp / betfair.py

A Python wrapper for the Betfair API
MIT License
103 stars 76 forks source link

Adding the missing field "bet_outcome" #63

Closed AnderUstarroz closed 7 years ago

AnderUstarroz commented 7 years ago

Hey mate, According the model definition at betfair docs for the model ClearedOrderSummary, it should contain also the bet_outcome. I have added it to save you the pain. Works just fine for me ;)

AnderUstarroz commented 7 years ago

I believe those test failing have something to do with my PR

jmcarp commented 7 years ago

Thanks!