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\Repository;
use Mollie\Shared\Infrastructure\Repository\ReadOnlyRepositoryInterface;
use Order;
if (!defined('_PS_VERSION_')) {
    exit;
}
interface OrderRepositoryInterface extends ReadOnlyRepositoryInterface
{
    /**
     * @param int $id_cart
     *
     * @return Order|null
     *
     * @throws \PrestaShopException
     */
    public function findOneByCartId($id_cart);
}
xxxxx1.0, XXX xxxx