alternative way of exit and die in magento
i want to stop further executions of magento but without using exit, this is a PHP CS issue, how can i? i used return but execution did not stop, public function aroundOnThreeDSRequired( P3PaymentGatewayModelMethodP3Method $subject, Closure $proceed, $threeDSVersion, $res) { setcookie(‘threeDSRef’,… Read More »alternative way of exit and die in magento