fix some bugs

This commit is contained in:
yansongda 2017-08-24 10:38:47 +08:00
parent 5233f49dc9
commit edc81a70a1

View File

@ -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();