From 685750b71fbf63ee716be102a3be3eae5365b314 Mon Sep 17 00:00:00 2001 From: Tomasz Regdos Date: Thu, 1 Mar 2018 09:17:23 +0100 Subject: [PATCH] Cleanup --- .../community/PayU/Account/controllers/PaymentController.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/code/community/PayU/Account/controllers/PaymentController.php b/app/code/community/PayU/Account/controllers/PaymentController.php index 3d0d5c2..1e01431 100644 --- a/app/code/community/PayU/Account/controllers/PaymentController.php +++ b/app/code/community/PayU/Account/controllers/PaymentController.php @@ -88,7 +88,6 @@ public function continuePaymentAction() */ private function _redirectAction($action) { - echo $action; $this->_redirect('checkout/onepage/' . $action, array('_secure' => true)); } }