* @copyright 2005-2019 PayLane sp. z.o.o. * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) * International Registered Trademark & Property of PayLane sp. z.o.o. */ require_once(dirname(__FILE__).'/paymentAbstract.php'); class PaylanePaymentSecureformModuleFrontController extends PaylanePaymentAbstractModuleFrontController { protected $paymentMethod = 'SECUREFORM'; protected function getRedirectUrl() { return PaylanePaymentCore::getPaylaneRedirectSecureFormUrl(); } }