|
|
|
@ -34,6 +34,8 @@ public class HfClearAmountServiceImpl implements HfClearAmountService {
|
|
|
|
|
result.put("gross_amount", BigDecimal.ZERO);
|
|
|
|
|
result.put("charge_amount", BigDecimal.ZERO);
|
|
|
|
|
result.put("clear_amount", BigDecimal.ZERO);
|
|
|
|
|
result.put("payment_surcharge", BigDecimal.ZERO);
|
|
|
|
|
result.put("refund_surcharge", BigDecimal.ZERO);
|
|
|
|
|
if (hfClearAmountResult.isEmpty()) {
|
|
|
|
|
return result;
|
|
|
|
|
}
|
|
|
|
|