Skip to content

Commit

Permalink
Wrong constructor initialization of refund query request
Browse files Browse the repository at this point in the history
  • Loading branch information
Wuyafeng committed Jul 4, 2018
1 parent 8ce336d commit 8c558a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ public class TenPayV3RefundQueryRequestData
OutRefundNo = outRefundNo;
RefundId = refundId;
SubAppId = subAppid;
SubMchId = subAppid;
SubMchId = subMchId;
Offset = offset;
SignType = signType;
Key = key;
Expand Down

0 comments on commit 8c558a9

Please sign in to comment.