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.
2 parents 255fb5e + f91bfe6 commit 55c6cb8Copy full SHA for 55c6cb8
README.md
@@ -214,7 +214,7 @@ class PayController extends Controller
214
public function notify(Request $request)
215
{
216
$pay = new Pay($this->config);
217
- $verify = $p->driver('wechat')->gateway('mp')->verify($request->getContent());
+ $verify = $pay->driver('wechat')->gateway('mp')->verify($request->getContent());
218
219
if ($verify) {
220
file_put_contents('notify.txt', "收到来自微信的异步通知\r\n", FILE_APPEND);
@@ -722,4 +722,4 @@ $config_biz = [
722
如果您有其它支付网关的需求,或者发现本项目中需要改进的代码,**_欢迎 Fork 并提交 PR!_**
723
724
## LICENSE
725
-MIT
+MIT
0 commit comments