mirror of
https://gitee.com/yansongda/pay.git
synced 2024-12-02 12:17:38 +08:00
fix some bugs
This commit is contained in:
parent
5233f49dc9
commit
edc81a70a1
@ -77,7 +77,7 @@ abstract class Alipay implements GatewayInterface
|
|||||||
*
|
*
|
||||||
* @return mixed [description]
|
* @return mixed [description]
|
||||||
*/
|
*/
|
||||||
public function pay($config_biz)
|
public function pay(array $config_biz)
|
||||||
{
|
{
|
||||||
$config_biz['product_code'] = $this->getProductCode();
|
$config_biz['product_code'] = $this->getProductCode();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user