We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
cybersource-rest-samples-php/Resources/Configuration.php
Line 21 in e5bc99b
Should be changed from
$this->screteKey = "yBJxy6LjM2TmcPGu+GaJrHtkke25fPpUX+UY6/L/1tE=";
To
$this->secretKey = "yBJxy6LjM2TmcPGu+GaJrHtkke25fPpUX+UY6/L/1tE=";
Line 44 in e5bc99b
This....
$confiData = $config->setSecreteKey($this->secreteKey);
Should be
$confiData = $config->setSecretKey($this->secretKey);
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
cybersource-rest-samples-php/Resources/Configuration.php
Line 21 in e5bc99b
Should be changed from
To
cybersource-rest-samples-php/Resources/Configuration.php
Line 44 in e5bc99b
This....
Should be
The text was updated successfully, but these errors were encountered: