php - Fatal error: Call to undefined method MarketplaceWebService_Model_GetReportListByNextTokenResult::getReportInfo() -


i error in mws api php library when try report list next token:

fatal error: call undefined method marketplacewebservice_model_getreportlistbynexttokenresult::getreportinfo()

the weird thing is, in code sample, right function. , have checked if report info exists using:

$response->issetgetreportlistbynexttokenresult() 

what should report info?

when open library, turns out code sample api wrong. sample uses getreportinfo() when should getreportinfolist().


Comments

Popular posts from this blog

php - trouble displaying mysqli database results in correct order -

depending on nth recurrence of job in control M -

sql server - Cannot query correctly (MSSQL - PHP - JSON) -