Index: /mods/wpsg_mod_voucherproduct.class.php
===================================================================
--- /mods/wpsg_mod_voucherproduct.class.php	(revision 7343)
+++ /mods/wpsg_mod_voucherproduct.class.php	(revision 7344)
@@ -162,6 +162,7 @@
 		{ 
 			
-			if ($status_id == 100) // Zahlung eingegangen
-			{
+			if ($status_id == 100 && !M1::isTrue($GLOBALS['wpsg_mod_voucher_send'])) // Zahlung eingegangen {
+				
+				$GLOBALS['wpsg_mod_voucher_send'] = true;
 				
 				$order_data = $this->shop->cache->loadOrder($order_id);
