Skip to content

Commit b0de9c4

Browse files
committed
Remove cancelled status code from default booking status codes in ApiClient
1 parent 2ebcb62 commit b0de9c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Feed/SourceType/Brnd/ApiClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ private function getInfomonitorBookingsDetailsData(
8585
?array $bookingStatusCodes = null,
8686
): ResponseInterface {
8787
$secrets = new SecretsDTO($feedSource);
88-
$defaultStatusCodes = [self::STATUS_ALLOCATED, self::STATUS_CANCELLED];
88+
$defaultStatusCodes = [self::STATUS_ALLOCATED];
8989
$date = $date ?? date('Y-m-d');
9090
$startTime = $startTime ?? '';
9191
$endTime = $endTime ?? '';

0 commit comments

Comments
 (0)