Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inconsistencies causing errors #38

Open
alex-migwi opened this issue Jun 24, 2020 · 1 comment
Open

Inconsistencies causing errors #38

alex-migwi opened this issue Jun 24, 2020 · 1 comment

Comments

@alex-migwi
Copy link

$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);
@MGatner
Copy link

MGatner commented Jan 4, 2021

The typos in this repo don't reflect well on the company's consideration of its value.

I'm just getting started with the library, any hints would be appreciated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants