Ejemplo n.º 1
0
 public function __construct()
 {
     /** @var Payin7_Payments_Helper_Data $phelper */
     $this->_pphelper = Mage::helper('payin7payments');
     $this->_logger = $this->_pphelper->getLogger();
     $payin7_php_dir = Mage::getBaseDir('lib') . DS . 'Payin7' . DS . 'payin7-php';
     /** @noinspection PhpIncludeInspection */
     require_once $payin7_php_dir . DS . 'vendor' . DS . 'autoload.php';
     $this->_configureDefaults();
 }