Adyen / adyen-magento2

Adyen Payment plugin for Magento2
MIT License
150 stars 196 forks source link

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

Closed khushboo-singhvi closed 1 month ago

khushboo-singhvi commented 1 month ago

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

sonarcloud[bot] commented 1 month ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
25.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud