jovixv / dataforseo_client

PHP Client for DataForSeo API
MIT License
10 stars 7 forks source link

SERP HTML Results by Task Id - Incorrect Function #6

Closed KevinFairbanks closed 5 years ago

KevinFairbanks commented 5 years ago

As I was looking through the code to add the SERP: Google Reviews calls I notice that you have the incorrect function listed for the SERP: HTML Results by Task Id.

File DFSClient/Models/SERP_API/GetSerpHtmlResultsByTaskId.php

Line 9 appears as protected $requestToFunction = 'srp_extra_tasks_get';

It should be protected $requestToFunction = 'srp_html_tasks_get';

jovixv commented 5 years ago

Yes, it will be fixed tomorrow. Thank you.