helei112g / payment

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

去除支付宝app支付只允许使用花呗限制 #214

Closed dino-ma closed 4 years ago

dino-ma commented 4 years ago

1.去除支付宝app支付只允许使用花呗限制 2.增加微信app支付 返回给客户端的app信息用于唤醒app

dino-ma commented 4 years ago

提pr比较慢,所以我这面自己fork了一下直接用的自己包。 谢谢作者

dino-ma commented 4 years ago

我重新提个pr,着急用就直接fork一份了。

dino.ma

邮箱:dino.ma@100tal.com |

Signature is customized by Netease Mail Master

在2020年05月04日 10:43,DaYu 写道:

@helei112g commented on this pull request.

In composer.json:

@@ -1,5 +1,5 @@

{

这里改了名字,会有影响呢

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

dino-ma commented 4 years ago

这个也已经投产,应该没有你说的这个问题。

dino.ma

邮箱:dino.ma@100tal.com |

Signature is customized by Netease Mail Master

在2020年05月04日 10:47,DaYu 写道:

@helei112g commented on this pull request.

In src/Gateways/Alipay/WapCharge.php:

@@ -58,7 +58,7 @@ protected function getBizContent(array $requestParams)

         //'enable_pay_channels' => '',

         'disable_pay_channels' => implode(self::$config->get('limit_pay', ''), ','),

         'store_id'             => $requestParams['store_id'] ?? '',

+// 'specified_channel' => $requestParams['specified_channel'] ?? '',

同上

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

helei112g commented 4 years ago

微信部分我已经重新push了,关掉这个pr了哈

dino-ma commented 4 years ago

好的。之后我会增加apple pay,到时候我单独给你一个pr。建议遵循psr协议,增加单测。加油

dino.ma

邮箱:dino.ma@100tal.com |

Signature is customized by Netease Mail Master

在2020年05月04日 11:12,DaYu 写道:

Closed #214.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.