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 3620c95 commit 491c3fdCopy full SHA for 491c3fd
src/main/java/com/wechat/pay/contrib/apache/httpclient/auth/WechatPay2Validator.java
@@ -36,7 +36,7 @@ public final boolean validate(CloseableHttpResponse response) throws IOException
36
}
37
38
protected final String buildMessage(CloseableHttpResponse response) throws IOException {
39
- String timestamp = response.getFirstHeader("Wechatpay-TimeStamp").getValue();
+ String timestamp = response.getFirstHeader("Wechatpay-Timestamp").getValue();
40
String nonce = response.getFirstHeader("Wechatpay-Nonce").getValue();
41
42
String body = getResponseBody(response);
0 commit comments