Skip to content

Commit

Permalink
SP-803 PHP SDK - Proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
mwarzybok-sumoheavy committed Feb 7, 2024
1 parent b3a475f commit 37e7eef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BitPaySDK/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ public static function createWithFile(string $configFilePath): Client
$config = $configData["BitPayConfiguration"]["EnvConfig"][$env];

$key = self::initKeys($config['PrivateKeyPath'], $config['PrivateKeySecret']);
$proxy = $config['proxy'] ?? null;
$proxy = $config['Proxy'] ?? null;

$restCli = new RESTcli($env, $key, $proxy);
$tokenCache = new Tokens($config['ApiTokens']['merchant'], $config['ApiTokens']['payout']);
Expand Down

0 comments on commit 37e7eef

Please sign in to comment.