|
@@ -179,12 +179,7 @@ public class CheckUpOrderService {
|
|
|
|
|
|
String transactionId = orderPaymentService.getTransactionIdByOrderId(orderPaymentList, Checker.getIntegerValue(p.getOrderId()));
|
|
|
|
|
|
- if (Checker.getIntegerValue(p.getPaymentStatus()) == PaymentStatusEnum.Success.getValue()) {
|
|
|
- payTotal += Checker.getIntegerValue(p.getAmount());
|
|
|
- }
|
|
|
- if (Checker.getIntegerValue(p.getRefundStatus()) == RefundStatusEnum.SUCCESS.getValue()) {
|
|
|
- refundTotal += Checker.getIntegerValue(p.getAmount());
|
|
|
- }
|
|
|
+
|
|
|
String paymentChannel = PaymentChannelEnum.getDisplayName(Checker.getIntegerValue(p.getPaymentChannel()));
|
|
|
|
|
|
|