File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1717```
1818{
1919 "require": {
20- "recombee/php-api-client": "^4.1.1 "
20+ "recombee/php-api-client": "^4.1.2 "
2121 }
2222}
2323```
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ protected function getBaseUri() {
8686 }
8787
8888 protected function getUserAgent () {
89- $ user_agent = 'recombee-php-api-client/4.1.1 ' ;
89+ $ user_agent = 'recombee-php-api-client/4.1.2 ' ;
9090 if (isset ($ this ->options ['serviceName ' ]))
9191 $ user_agent .= ' ' .($ this ->options ['serviceName ' ]);
9292 return $ user_agent ;
Original file line number Diff line number Diff line change @@ -24,6 +24,11 @@ class Batch extends Request {
2424 */
2525 public $ requests ;
2626
27+ /**
28+ * @var array Array containing values of optional parameters
29+ */
30+ protected $ optional ;
31+
2732 /**
2833 * Construct the Batch request
2934 * @param Request[] $requests Array of Requests.
You can’t perform that action at this time.
0 commit comments