diff --git a/src/main/resources/cashMapper/CashRefundMapper.xml b/src/main/resources/cashMapper/CashRefundMapper.xml index 33a2064..1568571 100644 --- a/src/main/resources/cashMapper/CashRefundMapper.xml +++ b/src/main/resources/cashMapper/CashRefundMapper.xml @@ -550,7 +550,7 @@ NULL as payment_currency, NULL as paymentAmount, crc.received_currency as received_currency, - ROUND(-crr.refund_amount / 100.0, 2) as receivedAmount, + ROUND(crc.received_amount / 100.0, 2) as receivedAmount, NULL as handlingCharge, NULL as permanentGold, NULL as freeGold,