Index: /changelog
===================================================================
--- /changelog	(revision 7570)
+++ /changelog	(revision 7571)
@@ -242,11 +242,11 @@
 - Bugfix: Paypal-Express gibt kein Land mehr mit
 - Bugfix: Produktvariable im Bestellbackend ist wieder editierbar
-- Bugfix: Implementation von Sanitisierung und Validierung sÃ€mtlicher Benutzereingaben im Backend
+- Bugfix: Behebung mÃ¶glicher Sicherheits-Schwachstellen
 - Bugfix: Gutscheine kÃ¶nnen wieder mehrfach verwendbar sein
 - Bugfix: Cache verhindert Rechnungsversand 
 - Bugfix: Produktvariable wird wieder im Mailtemplate dargestellt
-- Bugfix: Keine Eingabezwang bei deaktivierter Kreditkartenzahlung
+- Bugfix: Kein Eingabezwang bei deaktivierter Kreditkartenzahlung
 - Bugfix: Korrekturen Versand von Mindestlagerbestandsmengen
-- Bugfix: php-Problem im Kreditkartenmodul behoben
+- Bugfix: PHP-Problem im Kreditkartenmodul behoben
 - Bugfix: Kostenberechnung fÃŒr kombinierte Versandkosten wieder korrekt
 - Bugfix: Gesamtgewicht im Overview wird korrekt angezeigt
@@ -257,8 +257,6 @@
 - Bugfix: Paketverfolgung erzeugt wieder einen Link in der Statusmail bei Ãnderung
 - Feature: KundenID in Kundenverwaltung sortierbar
-- Feature: Wertgutschein als GutscheinProdukt-MÃ¶glichkeit integrierbar
+- Feature: Neue Option "Wertgutschein", auch als Gutscheinprodukt
 - Feature: optionale Darstellung des rabattierten Preises in der ProduktÃŒbersicht
-- Feature: Textintegration fÃŒr unterschiedliche Stautsmeldungen im Template mÃ¶glich 
-- Feature: Integration der Sanitize-Funktion zur Sicherung aller EingabemÃ¶glichkeiten 
+- Feature: Textintegration fÃŒr unterschiedliche Statusmeldungen in Statusmail an Besteller mÃ¶glich 
 - Feature: neues Produtktemplate mit Minigallerie der Produktbilder als Slider 
-- Feature: IntegrationsmÃ¶glichkeit der Einheit fÃŒr die Staffelpreise
Index: /mods/wpsg_mod_paypalapi.class.php
===================================================================
--- /mods/wpsg_mod_paypalapi.class.php	(revision 7570)
+++ /mods/wpsg_mod_paypalapi.class.php	(revision 7571)
@@ -203,5 +203,5 @@
 				if ($this->shop->get_option('wpsg_mod_paypalapi_sandbox') === '1') {
 					
-					if (!wpsg_isSizedString($this->shop->get_option('wpsg_mod_paypalapi_clientid')) && !wpsg_isSizedString($this->shop->get_option('wpsg_mod_paypalapi_secret'))) {
+					if (!wpsg_isSizedString($this->shop->get_option('wpsg_mod_paypalapi_sandbox_clientid')) && !wpsg_isSizedString($this->shop->get_option('wpsg_mod_paypalapi_sandbox_secret'))) {
 						
 						$arData[] = array(
@@ -218,5 +218,5 @@
 				} else {
 				
-					if (!wpsg_isSizedString($this->shop->get_option('wpsg_mod_paypalapi_sandbox_clientid')) && !wpsg_isSizedString($this->shop->get_option('wpsg_mod_paypalapi_sandbox_secret'))) {
+					if (!wpsg_isSizedString($this->shop->get_option('wpsg_mod_paypalapi_clientid')) && !wpsg_isSizedString($this->shop->get_option('wpsg_mod_paypalapi_secret'))) {
 						
 						$arData[] = array(
