Skip to content

Commit

Permalink
修正微信退款异步通知验证问题
Browse files Browse the repository at this point in the history
  • Loading branch information
Yurunsoft committed Apr 13, 2018
1 parent 2b0fbff commit f4c623e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Weixin/Notify/Refund.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ public function getNotifyData()
*/
public function notifyVerify()
{
return isset($data['return_code']);
return isset($this->data['return_code']);
}
}

0 comments on commit f4c623e

Please sign in to comment.