CyberSource / CyberSource/cybersource-rest-client-java

Error in automatically creating stores (New functionality)

Open
#146 2 comments 0 reactions 0 assignees View on GitHub

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.

image

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.