Index: /lib/wpsg_basket.class.php
===================================================================
--- /lib/wpsg_basket.class.php	(revision 7262)
+++ /lib/wpsg_basket.class.php	(revision 7263)
@@ -1941,4 +1941,5 @@
 				$arReturn['produkte'][$product_index]['preis_netto'] = $p['netto_single'];
 				$arReturn['produkte'][$product_index]['preis_brutto'] = $p['brutto_single'];
+				$arReturn['produkte'][$product_index]['mwst_value'] = $arCalculation['tax'][$p['tax_key']]['tax_value'];
 				
 			}
Index: /lib/wpsg_calculation.class.php
===================================================================
--- /lib/wpsg_calculation.class.php	(revision 7262)
+++ /lib/wpsg_calculation.class.php	(revision 7263)
@@ -939,5 +939,5 @@
 				
 			$this->shop->callMods('calculation_fromSession',[&$this, true, true]);			
-			
+			 
 			// Besteuerung
 			if ($this->shop->get_option('wpsg_kleinunternehmer') === '1') {
Index: /mods/wpsg_mod_basic.class.php
===================================================================
--- /mods/wpsg_mod_basic.class.php	(revision 7262)
+++ /mods/wpsg_mod_basic.class.php	(revision 7263)
@@ -727,4 +727,5 @@
 	        	if ($name == base64_decode('Z2V0RGVtb0RheXM=')) // installModul
 	        	{
+	        		
 	        		return 1;
 	        		if (isset($this->free) && $this->free === true) return 7 * 2;
