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
Even when using original code I get this error when trying to get some data:
Catchable fatal error: Argument 1 passed to Betfair\Model\Param::setMarketProjection() must be an instance of Betfair\Model\MarketProjection, null given
Can someone help me? Tried to do:
->setMarketProjection( new MarketProjection\Betfair\Model\MarketProjection::COMPETITION )
Without any luck
The text was updated successfully, but these errors were encountered:
Hello there:
Even when using original code I get this error when trying to get some data:
Catchable fatal error: Argument 1 passed to Betfair\Model\Param::setMarketProjection() must be an instance of Betfair\Model\MarketProjection, null given
Can someone help me? Tried to do:
->setMarketProjection( new MarketProjection\Betfair\Model\MarketProjection::COMPETITION )
Without any luck
The text was updated successfully, but these errors were encountered: