Skip to content
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

Closed
guandaxia opened this issue Aug 22, 2017 · 1 comment
Closed

readme的使用说明driver方法写错了 #2

guandaxia opened this issue Aug 22, 2017 · 1 comment

Comments

@guandaxia
Copy link

使用说明的第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);

@yansongda
Copy link
Owner

非常感谢您的关注,文档现已修改。

感谢支持,如有任何问题 欢迎 ISSUE & PR!

yansongda pushed a commit that referenced this issue Dec 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants