for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* This file is part of the official Aplazame module for PrestaShop.
*
* @author Aplazame <[email protected]>
* @copyright 2015-2016 Aplazame
* @license see file: LICENSE
*/
* @property Aplazame module
class PaylaterCancelModuleFrontController extends ModuleFrontController
{
public function setMedia()
parent::setMedia();
}
public function init()
parent::init();
$this->display_column_left = false;
$this->display_column_right = false;
public function initContent()
parent::initContent();
return $this->setTemplate('confirmation_failure.tpl');