-
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
建议增加退款相关文档 #28
Comments
我试了下,微信支付退款需要传的最小配置参数:
|
对了,我用的是 Laravel 包,基础的支付配置已经写在配置文件里了,上述给出的最小配置不包含基础配置。 |
因为退款较简单,所以没写文档,不过,确实是需要完善了。 我找时间完善下,同时欢迎 PR 感谢您的支持 |
为啥退款都没有异步通知?我nginx日志也没有通知记录 |
是的,支付宝和微信对退款没有做异步通知,详情请查看支付宝和微信的开发文档。 |
谢谢 |
2.x 已发布,所有文档已经完善。麻烦请升级到最新版本。 感谢您的支持! |
@jwwb681232 微信退款异步通知,需要在商户系统里设置 。支付宝的还没有看 |
Closed
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
问题描述
目前文档中已说明所有网关均支持 refund 方法,支付宝退款 $config_biz 传入订单号即可,但微信支付退款传入的配置项并未说明,建议完善一下退款的文档哦,谢谢。
The text was updated successfully, but these errors were encountered: