You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue here is a validation problem. The endpoint selections_for_market from the betconnect api will retur a field called price when top_price is True, however the validation expects it to be prices. This is most likely because the default value for top_price is False and this this will return the 'prices' field it is looking for. Therefore we need 2 different validation sets for when selections_for_market is top_price = False and top_price True.
The text was updated successfully, but these errors were encountered:
Issue here is a validation problem. The endpoint selections_for_market from the betconnect api will retur a field called
price
whentop_price
isTrue
, however the validation expects it to beprices
. This is most likely because the default value fortop_price
isFalse
and this this will return the 'prices' field it is looking for. Therefore we need 2 different validation sets for when selections_for_market istop_price = False
andtop_price True
.The text was updated successfully, but these errors were encountered: