Index: /mods/wpsg_mod_paypalapi.class.php
===================================================================
--- /mods/wpsg_mod_paypalapi.class.php	(revision 8444)
+++ /mods/wpsg_mod_paypalapi.class.php	(revision 8445)
@@ -310,5 +310,4 @@
 		public function addPayment(&$arPayment) {
  		
-			/*
 			if (is_admin() || $this->shop->get_option('wpsg_mod_paypalapi_aktiv') == '1') { 
 
@@ -324,6 +323,8 @@
 			
 			}
-			*/
-			
+			
+			// Vorsicht PayPal und Zahlvarianten teilen sich die ID, daher darf es nie 10_1 oder so etwas geben!
+			
+			/*
 			if (is_admin() || $this->shop->get_option('wpsg_mod_paypalapi_giropay_aktiv') === '1') {
 				
@@ -339,4 +340,5 @@
 				
 			}
+			*/
 			
 		} // public function addPayment(&$arPayment)
