|
@@ -114,7 +114,7 @@ public class StandardWechatPaymentProcessor implements WechatPaymentProcessor {
|
|
|
public WechatPaymentCallback callback(@NonNull String content) {
|
|
|
Map<String, String> notification = WechatContextHolder.xml2map(content);
|
|
|
if (log.isDebugEnabled()) {
|
|
|
- log.error("Wechat payment callback: {}", notification);
|
|
|
+ log.debug("Wechat payment callback: {}", notification);
|
|
|
}
|
|
|
if (Objects.equals(notification.get("return_code"), "SUCCESS")
|
|
|
&& Objects.equals(this.sign(notification), notification.get("sign"))) {
|