Skip to content

Commit

Permalink
Remove setting in constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
annajeanine committed Jun 24, 2024
1 parent 0923243 commit a754867
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Picqer/Carriers/SendCloud/Connection.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ public function __construct(string $apiKey, string $apiSecret, ?string $partnerI
$this->apiKey = $apiKey;
$this->apiSecret = $apiSecret;
$this->partnerId = $partnerId;
$this->maxResponseSizeInBytes = null;
}

public function client(): Client
Expand Down

0 comments on commit a754867

Please sign in to comment.