13 include_once 
'./Services/Payment/classes/class.ilPaymentSettings.php';
 
   66                 $paypal = $this->pSettings->get(
'paypal');
 
   69                 if ($paypal != 
"" && $paypal != NULL ) 
 
   71                         $data = unserialize($paypal);
 
   80                 $this->
setSsl($data[
"ssl"]);
 
   88                 $this->server_host = $a_server_host;
 
  104                 $this->server_path = $a_server_path;
 
  120                 $this->vendor = $a_vendor;
 
  136                 $this->vender_password = $a_vendor_password;
 
  144                 return $this->vender_password;
 
  151                 $this->auth_token = $a_auth_token;
 
  167                 $this->page_style = $a_page_style;
 
  222                 $this->pSettings->set(
'paypal', NULL, 
'paypal');
 
  243                 $this->pSettings->set(
'paypal', serialize($values), 
'paypal');