- fix: CallbackReceived 事件在获取到回调参数后触发(#716)
- fix: 当配置文件出错微信解密失败后报错的问题(#698)
- fix: 商家批次单号查询批次单时 query 参数不正确(#690)
- fix: 微信批次单号查询批次单时 query 参数不正确(#688)
- fix: json 中有
&
时解析错误(#687)
- fix: 修复支付宝 subject 中存在 + 号回调验签不通过(#684)
- feat: 银联支付(#662)
- feat: 微信 Native 支付支持关联其它类型 appid(#680)
- refactor: 优化支付宝 launch 插件代码(#678)
- deprecated: 支付宝
RadarPlugin
,SignPlugin
已废弃,使用RadarSignPlugin
代替(#678) - deprecated: 微信
SignPlugin
已废弃,使用RadarSignPlugin
代替(#678)
- fix:
wechat_public_cert_path
未配置时报错的问题(#674)
- refactor: 优化
wechat_public_cert_path
配置(#674)
- change: Function 增加命名空间(#665)
- change:
get_alipay_config
,get_wechat_config
返回类型由Config
改为array
(#667) - change: 支付宝转账查询接口由老版本改为为新版本(#666)
- delete: Function 中将
get_wechat_authorization
方法移除(#664)
- perf: 支付宝中支付宝根证书、应用证书序列号在常驻进程中缓存(#668)
- fix: 微信代金券详情 url 不正确(#663)
- refactor: 优化代码 (#661)
- feat: 微信退款自动增加回调url(#649)
- feat: 支付宝周期扣款签约接口(#644)
- fix: 微信服务商模式预下单存在子商户appid时,invoke 时也应该为子商户 appid (#638)
- fix: 提前读取响应数据造成数据错误的问题(#633, #634)
- fix: 微信内网页支付供应商模式 sub_appid 非必填(#628)
- fix: 微信注释中返回类型错误(#630)
- feat: 微信服务商退款及查询退款支持自动 sub_mchid 参数(#619)
- feat: 支持微信投诉API (#614)
- feat: 配置文件增加第三方应用授权token的支持 (#602)
- fix: alipay 中 event dispatch provider 是 wechat 的问题 #595
- fix: 设置 container,强制更新 config 后 container 不是设置的 container 的问题 #591
兼容 v3.0 版本,推荐升级(#579)
- delete: 移除
php-di/php-di
依赖。如果您使用的框架非hyperf
,laravel
或 没有指定ContainerInterface
,仍需手动安装composer require php-di/php-di
- delete: 移除
guzzlehttp/guzzle
依赖。如果没有指定\Yansongda\Pay\Contract\HttpClientInterface
仍需手动安装composer require guzzlehttp/guzzle
- upgrade: 升级
yansongda/supports
到~v3.2.0
- upgrade: 升级
php
最低版本到7.4.0
- fix: 解决 php8.1 下 deprecated 的提示
- refactor: 自动识别
hyperf
,laravel
框架,使用相应的container
减少内存占用 - refactor: 完全支持
psr11
,可手动传入ContainerInterface
使用 - changed:
Pay::config(array $config = [], $container = null)
方法第二个参数增加为 $container,可手动传入ContainerInterface
/Closure
。注意Closure
需最终返回一个ContainerInterface
的实例。
- fix: 添加分账接受人姓名加密字段错误 (#566)
- feat: 支持 psr/log 2.x and 3.x (#562)
- fix: 支持分账传递姓名 (#559)
- feat: 支持使用小程序等其他类型转账 (#552)
- fix: 未设置微信公钥证书时,加密不生效的问题 (#549)
- fix: 微信分账传递姓名时未加密的问题 (#547)
- feat: 微信转账快捷方式与加密方式支持 (#542)
- chore: 完善支付宝响应错误时的异常信息 (#530)
- fix: 支付宝 system.oauth.token 请求参数错误 (#528)
- feat: 电商收付通的退款使用 _type 增加多类型 appid (#518)
- feat: 增加电商收付通的退款相关插件 (#513)
- fixed: app 支付调起签名问题 (#1389476)
- fixed: 下载对账单时响应解析 (#df27f95)
- fixed: app 支付调起签名中参数大小写问题 (#7916fdd)
- fixed: app 支付调起签名中时间戳参数大小写问题 (#510)
- fixed: 微信小程序支付供应商模式 sub_appid 非必填 (#509)
- feat: 微信 h5 支付支持关联 mini_app_id (#506)
- feat: 服务商批量转账到零钱 (#503)
- feat: 支持直连商户批量转账到零钱 (#501)
- fix: 设置 bcscale 时支付宝根证书计算错误的问题 (#492, #494)
- fix: 支付宝 wap/web 支付 get 方法时url拼接问题 (#488)
- chore: 优化服务商模式小程序下单场景 (#487)
- fix: 服务商模式交易查询 (#483)
- feat: 支持服务商模式 (#479)
- feat: 支持微信服务商分账功能 (#480)
- feat: 公钥证书增加 cer 后缀支持 (#d22e29a)
- 修复微信支付关闭订单时报错问题 (#475)
- 修复微信支付关闭订单时报错问题 (#475)