We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f0d2e0 commit f05abaaCopy full SHA for f05abaa
lib/EasyPost/Service/TrackerService.php
@@ -74,7 +74,7 @@ public function create(mixed $params = null): mixed
74
*/
75
public function retrieveBatch(mixed $params = null): mixed
76
{
77
- $response = Requestor::request($this->client, 'post', "/trackers/batch", $params);
+ $response = Requestor::request($this->client, 'post', '/trackers/batch', $params);
78
79
return InternalUtil::convertToEasyPostObject($this->client, $response);
80
}
0 commit comments