-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
readme的使用说明driver方法写错了 #2
Comments
yansongda
added a commit
that referenced
this issue
Aug 22, 2017
非常感谢您的关注,文档现已修改。 感谢支持,如有任何问题 欢迎 ISSUE & PR! |
Closed
yansongda
pushed a commit
that referenced
this issue
Dec 29, 2018
Closed
ghost
mentioned this issue
Jul 2, 2020
Closed
Closed
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
使用说明的第0部分
$pay = new Pay($config); return $pay->dirver('alipay')->gateway('web')->pay($config_biz);
应该改成
$pay = new Pay($config); return $pay->driver('alipay')->gateway('web')->pay($config_biz);
The text was updated successfully, but these errors were encountered: