It stopped to work.
Now, for request like this one (that contains more than 1 bets):
returned error "There is an error in XML document (9,7)" with inner exception message that BET_REJECTED_SUBMITTED_WITH_INVALID_BET is not found in enum of errors.
Seems it is some new error. And there is no description for it in API doc. What does it mean? And how can I put several bets same time now?
The issue is reproduce both own test and BetfairUberClient.
Now, for request like this one (that contains more than 1 bets):
Code:
<?xml version="1.0" encoding="utf-8"?> <postBetOrder xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" round="2" marketId="56704589" currency="USD" xmlns="urn:betfair:games:api:v1"> <betPlace><bidType>LAY</bidType><price>7</price><size>8</size><selectionId>658439</selectionId></betPlace> <betPlace><bidType>LAY</bidType><price>12</price><size>8</size><selectionId>658442</selectionId></betPlace> </postBetOrder>
Seems it is some new error. And there is no description for it in API doc. What does it mean? And how can I put several bets same time now?
The issue is reproduce both own test and BetfairUberClient.

