修复宝塔 Windows 环境PayPal报错,去除SSL验证
This commit is contained in:
parent
5eadd65981
commit
a3000ab36f
|
|
@ -48,7 +48,7 @@ class PaypalController
|
|||
'currency' => 'USD',
|
||||
'notify_url' => '',
|
||||
'locale' => 'en_US',
|
||||
'validate_ssl' => true,
|
||||
'validate_ssl' => false,
|
||||
];
|
||||
config(['paypal' => null]);
|
||||
$this->paypalClient = new PayPal($config);
|
||||
|
|
|
|||
Loading…
Reference in New Issue