mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 11:05:18 +08:00
update 余额退款
This commit is contained in:
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user