CyberSource / CyberSource/cybersource-rest-client-java
Error in automatically creating stores (New functionality)
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 29
- Forks
- 50
- Avg merge
- 28m
- Merged PRs (30d)
- 1
Description
For the new API business creation functionality. The templateId property is a UUID data type, it must be converted to String since when it is sent to be processed to the API it sends the value in lowercase, and the templates in Cybersource are in uppercase, for that reason it never obtains the configuration of the processor. payment and the trade remains incomplete in its configuration.
This modification must be made to the Model PaymentsProductsCardProcessingConfigurationInformation object.
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
Locate the PaymentsProductsCardProcessingConfigurationInformation model in the Java client and inspect how templateId is represented and serialized for the API. Verify the request value preserves the uppercase template identifier expected by Cybersource, then confirm that automatic store creation obtains the processor configuration and completes its setup.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- api
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100