|
|
|
@ -229,7 +229,7 @@ public class RefundServiceImpl implements RefundService, ApplicationEventPublish
|
|
|
|
|
}
|
|
|
|
|
boolean requireAudit = type == OperatorType.PARTNER && PartnerRole.getRole(partnerAccount.getIntValue("role")) == PartnerRole.CASHIER
|
|
|
|
|
&& clientConfig.getBooleanValue("enable_refund_auth");
|
|
|
|
|
logger.debug("applyer type=" + type + "; require audit=" + requireAudit);
|
|
|
|
|
logger.debug("applyer type={}; require audit={}",type, requireAudit);
|
|
|
|
|
return paymentApi.refundOrder(null, orderId, null, amount, remark, operator, type, requireAudit);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|