Skip to content
New issue

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

[ECP-9172] Solving Full Capture for Partial Payments #2610

Merged
merged 6 commits into from
May 14, 2024

Conversation

khushboo-singhvi
Copy link
Contributor

Description
With current implementation, there were no capture requests being sent for partial payments. The reason was idempotency key was not being sent correctly for all the partial payments and therefore we were receiving the last payment method captures only. This PR solves the issue by sending correct idempotency key for all the payment methods.

Tested scenarios
Single Giftcard, multiple giftcards, single CC, giftcard+creditcard

Fixes

RokPopov
RokPopov previously approved these changes May 13, 2024
candemiralp
candemiralp previously approved these changes May 13, 2024
Copy link

sonarcloud bot commented May 14, 2024

@khushboo-singhvi khushboo-singhvi merged commit dbe18b6 into develop May 14, 2024
12 checks passed
@khushboo-singhvi khushboo-singhvi deleted the ECP-9172 branch May 14, 2024 12:46
@khushboo-singhvi khushboo-singhvi added the Fix Indicates a bug fix label May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Fix Indicates a bug fix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants