mirror of
https://gitee.com/yansongda/pay.git
synced 2024-12-02 12:17:38 +08:00
update
This commit is contained in:
parent
8248a60fa0
commit
d4cb3fafe5
@ -414,6 +414,8 @@ class Alipay implements GatewayApplicationInterface
|
||||
*/
|
||||
protected function makeExtend(string $method, array $params): Collection
|
||||
{
|
||||
$params = count($params) >= 1 ? $params[0] : $params;
|
||||
|
||||
$function = $this->extends[$method];
|
||||
|
||||
$customize = $function($this->payload, $params);
|
||||
|
Loading…
Reference in New Issue
Block a user