@@ -239,16 +239,16 @@ discard block |
||
239 | 239 | |
240 | 240 | curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, $this->getConfiguration()->isCurlOptSslVerifyHost()); |
241 | 241 | curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, $this->getConfiguration()->isCurlOptSslVerifyPeer()); |
242 | - if($this->getConfiguration()->isCurlOptSslCert()) { |
|
242 | + if ($this->getConfiguration()->isCurlOptSslCert()) { |
|
243 | 243 | curl_setopt($ch, CURLOPT_SSLCERT, $this->getConfiguration()->isCurlOptSslCert()); |
244 | 244 | } |
245 | - if($this->getConfiguration()->isCurlOptSslCertPassword()) { |
|
245 | + if ($this->getConfiguration()->isCurlOptSslCertPassword()) { |
|
246 | 246 | curl_setopt($ch, CURLOPT_SSLCERTPASSWD, $this->getConfiguration()->isCurlOptSslCertPassword()); |
247 | 247 | } |
248 | - if($this->getConfiguration()->isCurlOptSslKey()) { |
|
248 | + if ($this->getConfiguration()->isCurlOptSslKey()) { |
|
249 | 249 | curl_setopt($ch, CURLOPT_SSLKEY, $this->getConfiguration()->isCurlOptSslKey()); |
250 | 250 | } |
251 | - if($this->getConfiguration()->isCurlOptSslKeyPassword()) { |
|
251 | + if ($this->getConfiguration()->isCurlOptSslKeyPassword()) { |
|
252 | 252 | curl_setopt($ch, CURLOPT_SSLKEYPASSWD, $this->getConfiguration()->isCurlOptSslKeyPassword()); |
253 | 253 | } |
254 | 254 | |
@@ -354,16 +354,16 @@ discard block |
||
354 | 354 | curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, $this->getConfiguration()->isCurlOptSslVerifyHost()); |
355 | 355 | curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, $this->getConfiguration()->isCurlOptSslVerifyPeer()); |
356 | 356 | |
357 | - if($this->getConfiguration()->isCurlOptSslCert()) { |
|
357 | + if ($this->getConfiguration()->isCurlOptSslCert()) { |
|
358 | 358 | curl_setopt($ch, CURLOPT_SSLCERT, $this->getConfiguration()->isCurlOptSslCert()); |
359 | 359 | } |
360 | - if($this->getConfiguration()->isCurlOptSslCertPassword()) { |
|
360 | + if ($this->getConfiguration()->isCurlOptSslCertPassword()) { |
|
361 | 361 | curl_setopt($ch, CURLOPT_SSLCERTPASSWD, $this->getConfiguration()->isCurlOptSslCertPassword()); |
362 | 362 | } |
363 | - if($this->getConfiguration()->isCurlOptSslKey()) { |
|
363 | + if ($this->getConfiguration()->isCurlOptSslKey()) { |
|
364 | 364 | curl_setopt($ch, CURLOPT_SSLKEY, $this->getConfiguration()->isCurlOptSslKey()); |
365 | 365 | } |
366 | - if($this->getConfiguration()->isCurlOptSslKeyPassword()) { |
|
366 | + if ($this->getConfiguration()->isCurlOptSslKeyPassword()) { |
|
367 | 367 | curl_setopt($ch, CURLOPT_SSLKEYPASSWD, $this->getConfiguration()->isCurlOptSslKeyPassword()); |
368 | 368 | } |
369 | 369 | |
@@ -575,16 +575,16 @@ discard block |
||
575 | 575 | curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, $this->getConfiguration()->isCurlOptSslVerifyHost()); |
576 | 576 | curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, $this->getConfiguration()->isCurlOptSslVerifyPeer()); |
577 | 577 | |
578 | - if($this->getConfiguration()->isCurlOptSslCert()) { |
|
578 | + if ($this->getConfiguration()->isCurlOptSslCert()) { |
|
579 | 579 | curl_setopt($ch, CURLOPT_SSLCERT, $this->getConfiguration()->isCurlOptSslCert()); |
580 | 580 | } |
581 | - if($this->getConfiguration()->isCurlOptSslCertPassword()) { |
|
581 | + if ($this->getConfiguration()->isCurlOptSslCertPassword()) { |
|
582 | 582 | curl_setopt($ch, CURLOPT_SSLCERTPASSWD, $this->getConfiguration()->isCurlOptSslCertPassword()); |
583 | 583 | } |
584 | - if($this->getConfiguration()->isCurlOptSslKey()) { |
|
584 | + if ($this->getConfiguration()->isCurlOptSslKey()) { |
|
585 | 585 | curl_setopt($ch, CURLOPT_SSLKEY, $this->getConfiguration()->isCurlOptSslKey()); |
586 | 586 | } |
587 | - if($this->getConfiguration()->isCurlOptSslKeyPassword()) { |
|
587 | + if ($this->getConfiguration()->isCurlOptSslKeyPassword()) { |
|
588 | 588 | curl_setopt($ch, CURLOPT_SSLKEYPASSWD, $this->getConfiguration()->isCurlOptSslKeyPassword()); |
589 | 589 | } |
590 | 590 |