update 余额退款

This commit is contained in:
2023-10-07 14:27:12 +08:00
parent 5e25224268
commit b592fb3a0c

View File

@@ -499,7 +499,7 @@ public class NotDelayMerchantOrderLogic extends AbstractOrderLogic{
BigDecimal deductionAmount = vo.getDeductionAmount();
// 调汇付的交易退款接口
RefundResponse response = adapayService.createRefundRequest(paymentId, refundAmount,
RefundResponse response = adapayService.createRefundRequest(paymentId, deductionAmount,
dto.getWechatAppId(), dto.getMemberId(), ScenarioEnum.ORDER.getValue(), dto.getOrderCode());
if (response != null && response.isNotFailed()) {