Skip to content

Commit

Permalink
Merge pull request #23 from plentymarkets/php8.2_compatibility
Browse files Browse the repository at this point in the history
AB#91639 - Fixed missing attributes which caused exception on PHP 8.2
  • Loading branch information
mariusbippig authored Feb 1, 2024
2 parents 4376995 + ca1f965 commit efc2b73
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/AmazonPHP/SellingPartner/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,13 @@ class Configuration
{
/** @var CredentialsHandler */
private CredentialsHandler $credentialsHandler;

private string $userAgent;
private string $tmpFolderPath;
private LoggerConfiguration $loggerConfiguration;
private Extensions $extensions;
private string $lwaClientSecret;
private string $lwaClientID;

public function __construct(
string $lwaClientID,
string $lwaClientSecret,
Expand Down

0 comments on commit efc2b73

Please sign in to comment.