Skip to content

Commit 6b5cac5

Browse files
committed
更新卡券自助核销接口
1 parent 5f4b6a1 commit 6b5cac5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Wechat/WechatPay.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ public function getNotify() {
136136
}
137137
$data = $notifyInfo;
138138
unset($data['sign']);
139-
if ($notifyInfo['sgin'] !== Tools::getPaySign($data, $this->partnerKey)) {
139+
if ($notifyInfo['sign'] !== Tools::getPaySign($data, $this->partnerKey)) {
140140
Tools::log('Payment notification signature verification failed.' . var_export($notifyInfo, true), 'ERR');
141141
$this->errCode = '403';
142142
$this->errMsg = 'Payment signature verification failed.';

0 commit comments

Comments
 (0)