JEMBOT MAWOT Bypass Shell
<?php
/**
 * Mollie       https://www.mollie.nl
 *
 * @author      Mollie B.V. <info@mollie.nl>
 * @copyright   Mollie B.V.
 * @license     https://github.com/mollie/PrestaShop/blob/master/LICENSE.md
 *
 * @see        https://github.com/mollie/PrestaShop
 * @codingStandardsIgnoreStart
 */
namespace Mollie\Builder\Content;
use Mollie;
use Mollie\Builder\TemplateBuilderInterface;
if (!defined('_PS_VERSION_')) {
    exit;
}
class LogoInfoBlock implements TemplateBuilderInterface
{
    /**
     * @var Mollie
     */
    private $module;
    public function __construct(Mollie $module)
    {
        $this->module = $module;
    }
    /**
     * {@inheritDoc}
     */
    public function buildParams()
    {
        return [
            'logo_url' => $this->module->getPathUri() . 'views/img/mollie_logo.png',
        ];
    }
}
xxxxx1.0, XXX xxxx