helei112g / payment

Payment是php版本的支付聚合第三方sdk,集成了微信支付、支付宝支付、招商一网通支付。提供统一的调用接口,方便快速接入各种支付、查询、退款、转账能力。服务端接入支付功能,方便、快捷。
MIT License
2.35k stars 678 forks source link

two changes for alipay issue and php7.4 support #247

Open peterziv opened 3 years ago

peterziv commented 3 years ago

There is some issue for current payment to run on php7.4 and alipay.

  1. get_magic_quotes_gpc is deprecated since 7.4.
  2. alipay will block refund sometimes. It is the sign issue when there's blank value for some request parameters. Thank goodness, it works well on payment v4.