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 9c972e0 commit 3b2a5f4Copy full SHA for 3b2a5f4
src/OneflowSDK.php
@@ -58,7 +58,7 @@ public function __construct($url, $key, $secret, $options = null){
58
$this->authHeader = "x-oneflow-authorization";
59
$this->retries = isset($options->retries) ? $options->retries : 3;
60
$this->retryCondition = isset($options->retryCondition) ? $options->retryCondition : "OneflowSDK::isRetryableError";
61
- $this->retryDelay = isset($options->retryDelay) ? $options->retryDelay : "OneflowSDK::exponentialDelay";
+ $this->retryDelay = isset($options->retryDelay) ? $options->retryDelay : "OneflowSDK::exponentialDelay";
62
}
63
64
//ACCOUNTS
0 commit comments