We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5d8f3a commit 9423dbdCopy full SHA for 9423dbd
src/Vonage.php
@@ -80,7 +80,7 @@ public function client()
80
$signatureCredentials = null;
81
82
if ($signatureSecret = $this->config['signature_secret'] ?? null) {
83
- $signatureCredentials = new SignatureSecret($this->config['api_key'], $signatureSecret);
+ $signatureCredentials = new SignatureSecret($this->config['api_key'], $signatureSecret, $this->config['signature_method'] ?? 'md5hash');
84
}
85
86
if ($basicCredentials && $signatureCredentials) {
0 commit comments