We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d81790 commit 76f6826Copy full SHA for 76f6826
1 file changed
weixin-java-pay/src/main/java/com/github/binarywang/wxpay/bean/request/WxPayRefundV3Request.java
@@ -236,8 +236,8 @@ public static class GoodsDetail implements Serializable {
236
*/
237
@SerializedName(value = "refund_quantity")
238
private Integer refundQuantity;
239
-
240
- @SerializedName(value = "sub_mchid")
241
- private String subMchid;
242
}
+
+ @SerializedName(value = "sub_mchid")
+ private String subMchid;
243
0 commit comments