CyberSource / CyberSource/cybersource-rest-client-python
Payment Description missing or not mapping properly in CyberSource.Model.ReportingV3PaymentBatchSummariesGet200ResponsePaymentBatchSummaries
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 24
- Forks
- 42
- Avg merge
- 29m
- Merged PRs (30d)
- 1
Description
First, I hope I'm submitting this correctly. I don't do this frequently.
When using the CyberSource.PaymentBatchSummariesApi, the response body includes a "paymentDescription" property in the paymentBatchSummaries array. However that property is missing from the CyberSource.Model.ReportingV3PaymentBatchSummariesGet200ResponsePaymentBatchSummaries object.
If it is intended to be mapped to the payment_sub_type_description property, in my testing that property has always had a value of "None".
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
Start at CyberSource.PaymentBatchSummariesApi and the CyberSource.Model.ReportingV3PaymentBatchSummariesGet200ResponsePaymentBatchSummaries model, then compare the response's paymentDescription property with the model's available mappings. Done means the paymentDescription value is exposed correctly and is not incorrectly represented only by payment_sub_type_description with a value of "None".
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100