We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f12d2ec + e1727c1 commit ecbb6deCopy full SHA for ecbb6de
1 file changed
src/VendAPI/VendAPI.php
@@ -198,9 +198,9 @@ public function getSalesSince($date)
198
*
199
* @return object returned from vend
200
*/
201
- public function request($path)
+ public function request($path, $data = null)
202
{
203
- return $this->_request($path);
+ return $this->_request($path, $data);
204
}
205
private function apiGetProducts($path)
206
0 commit comments