@@ -15,7 +15,7 @@ |
||
15 | 15 | { |
16 | 16 | return [ |
17 | 17 | 'peopleCategoryId' => 'string', // The id of the PeopleCategory to which these participants belong to. See /settings/peoplecategories, |
18 | - 'number' => 'int', // Indicates how many people of this category are in the booking |
|
18 | + 'number' => 'int', // Indicates how many people of this category are in the booking |
|
19 | 19 | ]; |
20 | 20 | } |
21 | 21 | } |
@@ -54,7 +54,7 @@ |
||
54 | 54 | 'http_errors' => false, |
55 | 55 | |
56 | 56 | // Wrapper settings |
57 | - 'tries' => 2, // Count of tries |
|
57 | + 'tries' => 2, // Count of tries |
|
58 | 58 | 'seconds' => 10, // Waiting time per each try |
59 | 59 | |
60 | 60 | // Optional parameters |