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 5f4b6a1 commit 6b5cac5Copy full SHA for 6b5cac5
Wechat/WechatPay.php
@@ -136,7 +136,7 @@ public function getNotify() {
136
}
137
$data = $notifyInfo;
138
unset($data['sign']);
139
- if ($notifyInfo['sgin'] !== Tools::getPaySign($data, $this->partnerKey)) {
+ if ($notifyInfo['sign'] !== Tools::getPaySign($data, $this->partnerKey)) {
140
Tools::log('Payment notification signature verification failed.' . var_export($notifyInfo, true), 'ERR');
141
$this->errCode = '403';
142
$this->errMsg = 'Payment signature verification failed.';
0 commit comments