Index: /mods/wpsg_mod_paypalapi.class.php
===================================================================
--- /mods/wpsg_mod_paypalapi.class.php	(revision 8259)
+++ /mods/wpsg_mod_paypalapi.class.php	(revision 8260)
@@ -465,5 +465,5 @@
 
                 } catch (\Exception $e) { }
-
+ 
 				if (is_array($state)) {
 
@@ -474,13 +474,13 @@
                     $this->shop->addBackendMessage(wpsg_translate(__('Status der Zahlung (#1#) erfolgreich abgefragt.', 'wpsg'), $payment_state.'/'.$sale_state));
 
-                    $this->shop->redirect(
-                        wpsg_admin_url('Order', 'view', ['edit_id' => $order_id])
-                    );
-
                 } else {
 
                     $this->shop->addBackendError(__('Status der Zahlung konnte nicht abgefragt werden.', 'wpsg'));
-
+					
                 }
+				
+				$this->shop->redirect(
+					wpsg_admin_url('Order', 'view', ['edit_id' => $order_id])
+				);
 				
 			}
