phillc73 / abettor

An R package for connecting to the online betting exchange Betfair, via their API-NG product, using JSON-RPC.
Other
51 stars 36 forks source link

The placeOrders function doesn't pass the handicap field to the API #67

Closed Soccerama closed 1 year ago

Soccerama commented 1 year ago

It was mentioned in another forum recently that the handicap field isn't being passed to the API. The solution is simple so I'll combine this with a fix for issue #64.

Soccerama commented 1 year ago

After further discussion, this was the result of using a non-current version of abettor. After upgrading to the current version this problem was fixed.