mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-04 18:10:10 +08:00
update 余额退款
This commit is contained in:
@@ -499,7 +499,7 @@ public class NotDelayMerchantOrderLogic extends AbstractOrderLogic{
|
|||||||
BigDecimal deductionAmount = vo.getDeductionAmount();
|
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());
|
dto.getWechatAppId(), dto.getMemberId(), ScenarioEnum.ORDER.getValue(), dto.getOrderCode());
|
||||||
|
|
||||||
if (response != null && response.isNotFailed()) {
|
if (response != null && response.isNotFailed()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user