We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ebcb62 commit b0de9c4Copy full SHA for b0de9c4
src/Feed/SourceType/Brnd/ApiClient.php
@@ -85,7 +85,7 @@ private function getInfomonitorBookingsDetailsData(
85
?array $bookingStatusCodes = null,
86
): ResponseInterface {
87
$secrets = new SecretsDTO($feedSource);
88
- $defaultStatusCodes = [self::STATUS_ALLOCATED, self::STATUS_CANCELLED];
+ $defaultStatusCodes = [self::STATUS_ALLOCATED];
89
$date = $date ?? date('Y-m-d');
90
$startTime = $startTime ?? '';
91
$endTime = $endTime ?? '';
0 commit comments