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\Service;
use PrestaShopDatabaseException;
use PrestaShopException;
if (!defined('_PS_VERSION_')) {
exit;
}
interface ShipmentServiceInterface
{
/**
* Get shipment information.
*
* @param string $orderReference
*
* @return array|null
*
* @throws PrestaShopDatabaseException
* @throws PrestaShopException
*
* @since 3.3.0
*/
public function getShipmentInformation($orderReference);
}
xxxxx1.0, XXX xxxx