-
Notifications
You must be signed in to change notification settings - Fork 53
Open
Description
$this->screteKey = "yBJxy6LjM2TmcPGu+GaJrHtkke25fPpUX+UY6/L/1tE="; |
Should be changed from
$this->screteKey = "yBJxy6LjM2TmcPGu+GaJrHtkke25fPpUX+UY6/L/1tE=";
To
$this->secretKey = "yBJxy6LjM2TmcPGu+GaJrHtkke25fPpUX+UY6/L/1tE=";
$confiData = $config->setSecreteKey($this->screteKey); |
This....
$confiData = $config->setSecreteKey($this->secreteKey);
Should be
$confiData = $config->setSecretKey($this->secretKey);
Metadata
Metadata
Assignees
Labels
No labels