diff --git a/src/SeatsioClient.php b/src/SeatsioClient.php index bab4970..37fc10c 100644 --- a/src/SeatsioClient.php +++ b/src/SeatsioClient.php @@ -22,7 +22,8 @@ public function __construct($secretKey, $baseUrl = 'https://api.seats.io/') 'base_uri' => $baseUrl, 'auth' => [$secretKey, null], 'http_errors' => false, - 'handler' => $stack + 'handler' => $stack, + 'headers' => ['Accept-Encoding' => 'gzip'] ]); }