Skip to content

Commit

Permalink
Merge branch 'master' of github.com:wi1dcard/alipay-sdk-php
Browse files Browse the repository at this point in the history
  • Loading branch information
wi1dcard committed Dec 7, 2018
2 parents 1061aeb + d46fcf5 commit 785565c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aop/AlipayCurlRequester.php
Expand Up @@ -17,7 +17,7 @@ class AlipayCurlRequester extends AlipayRequester
public function __construct($options = [])
{
$this->options = $options + [
CURLOPT_FAILONERROR => false,
CURLOPT_FAILONERROR => false,
CURLOPT_SSL_VERIFYPEER => false,
];
parent::__construct([$this, 'post']);
Expand Down

0 comments on commit 785565c

Please sign in to comment.