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
Post a Comment