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 7fcd1ed commit b1e7cd2Copy full SHA for b1e7cd2
weixin-java-pay/src/main/java/com/github/binarywang/wxpay/service/impl/PayScoreServiceImpl.java
@@ -230,7 +230,7 @@ public WxPayScoreResult modifyServiceOrder(WxPayScoreRequest request) throws WxP
230
if(Strings.isNullOrEmpty(request.getAppid())){
231
request.setAppid(config.getAppId());
232
}
233
- if(Strings.isNullOrEmpty(config.getServiceId())){
+ if(Strings.isNullOrEmpty(request.getServiceId())){
234
request.setServiceId(config.getServiceId());
235
236
request.setOutOrderNo(null);
0 commit comments