@@ -7,7 +7,7 @@ |
||
7 | 7 | 'base_uri' => 'https://api.bookeo.com/v2', |
8 | 8 | 'user_agent' => 'Bookeo PHP Client', |
9 | 9 | 'timeout' => 20, |
10 | - 'tries' => 2, // Count of tries |
|
10 | + 'tries' => 2, // Count of tries |
|
11 | 11 | 'seconds' => 10, // Waiting time per each try |
12 | 12 | 'verbose' => false, |
13 | 13 | 'debug' => false, |