Closed ajzkk closed 1 year ago
Bug fixed on partial refund
Partial refund was not working since getGrandTotalAmount() was using in RefundDataBuilder Instead get order from payment and get proper store_id, order currency and online refunded amount.
getGrandTotalAmount()
RefundDataBuilder
Related information: ENGA3-540
N/A
Normal
Kudos, SonarCloud Quality Gate passed!
0 Bugs 0 Vulnerabilities 0 Security Hotspots 0 Code Smells
0.0% Coverage 0.0% Duplication
1. Objective
Bug fixed on partial refund
Partial refund was not working since
getGrandTotalAmount()
was using inRefundDataBuilder
Instead get order from payment and get proper store_id, order currency and online refunded amount.Related information: ENGA3-540
2. Description of change
3. Quality assurance
4. Impact of the change
N/A
5. Priority of change
Normal
6. Additional Notes
N/A