if(!$affectedRows || !$orderID){ thrownewEnlight_Exception(sprintf('Shopware Order Fatal-Error %s : No rows affected or no order id created.', $_SERVER['HTTP_HOST']), 0); }
if(!\count($paymentData)){ thrownewEnlight_Exception('sValidateStep3 #01: Could not load paymentmean'); } // Include management class and check input data
if(!empty($paymentData['class'])){ $sPaymentObject = $this->sInitiatePaymentClass($paymentData); $requestData = $this->front->Request()->getParams(); $checkPayment = $sPaymentObject->validate($requestData); }