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\Utility;
if (!defined('_PS_VERSION_')) {
    exit;
}
class OrderNumberUtility
{
    const ORDER_NUMBER_PREFIX = 'mol_';
    public static function generateOrderNumber($cartId)
    {
        return self::ORDER_NUMBER_PREFIX . uniqid($cartId, false) . time();
    }
}
xxxxx1.0, XXX xxxx