File tree 3 files changed +7
-2
lines changed
3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 17
17
```
18
18
{
19
19
"require": {
20
- "recombee/php-api-client": "^4.1.1 "
20
+ "recombee/php-api-client": "^4.1.2 "
21
21
}
22
22
}
23
23
```
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ protected function getBaseUri() {
86
86
}
87
87
88
88
protected function getUserAgent () {
89
- $ user_agent = 'recombee-php-api-client/4.1.1 ' ;
89
+ $ user_agent = 'recombee-php-api-client/4.1.2 ' ;
90
90
if (isset ($ this ->options ['serviceName ' ]))
91
91
$ user_agent .= ' ' .($ this ->options ['serviceName ' ]);
92
92
return $ user_agent ;
Original file line number Diff line number Diff line change @@ -24,6 +24,11 @@ class Batch extends Request {
24
24
*/
25
25
public $ requests ;
26
26
27
+ /**
28
+ * @var array Array containing values of optional parameters
29
+ */
30
+ protected $ optional ;
31
+
27
32
/**
28
33
* Construct the Batch request
29
34
* @param Request[] $requests Array of Requests.
You can’t perform that action at this time.
0 commit comments