12 include_once
'./Services/Payment/classes/class.ilPaymentSettings.php';
20 #private $settings_id;
66 $result_paypal = $this->pSettings->get(
'paypal');
69 if ($result_paypal !=
"" && $result_paypal != NULL)
71 $data = unserialize($result_paypal);
94 # $this->settings_id = $a_settings_id;
99 # return $this->settings_id;
104 $this->server_host = $a_server_host;
114 $this->server_path = $a_server_path;
124 $this->vendor = $a_vendor;
134 $this->auth_token = $a_auth_token;
144 $this->page_style = $a_page_style;
189 $this->pSettings->set(
'paypal', NULL,
'paypal');
190 $this->settings = array();
209 $this->pSettings->set(
'paypal', serialize($values),
'paypal');