CyberSource / CyberSource/cybersource-rest-samples-php
Inconsistencies causing errors
Open
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 31
- Forks
- 51
- Avg merge
- 36m
- Merged PRs (30d)
- 1
Description
Should be changed from
$this->screteKey = "yBJxy6LjM2TmcPGu+GaJrHtkke25fPpUX+UY6/L/1tE=";
To
$this->secretKey = "yBJxy6LjM2TmcPGu+GaJrHtkke25fPpUX+UY6/L/1tE=";
This....
$confiData = $config->setSecreteKey($this->secreteKey);
Should be
$confiData = $config->setSecretKey($this->secretKey);
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Open Resources/Configuration.php at the linked lines 21 and 44 and compare the misspelled property and setter names with the intended spellings in the issue. Update both references consistently, then verify that the sample configuration uses the corrected secret-key names.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- api
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100