mirror of
https://gitee.com/dromara/dax-pay
synced 2026-08-13 07:45:41 +08:00
fix(record): 转账回调记录回填支付产品(与支付/退款回调对齐)
This commit is contained in:
@@ -86,7 +86,7 @@ public class PayCallbackRecordService {
|
||||
PayCallbackRecord record = new PayCallbackRecord()
|
||||
.setTradeNo(data.getTradeNo())
|
||||
.setOutTradeNo(data.getOutTradeNo())
|
||||
.setProduct(null)
|
||||
.setProduct(channelMerchantManager.findProductByChannelMchNo(channelMchNo))
|
||||
.setChannelMchNo(channelMchNo)
|
||||
.setCallbackType(TradeFlowTypeEnum.TRANSFER.getCode())
|
||||
.setNotifyInfo(toNotifyInfo(data.getCallbackData()))
|
||||
|
||||
Reference in New Issue
Block a user