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
*/
declare(strict_types=1);
namespace Mollie\Subscription\Constants;
if (!defined('_PS_VERSION_')) {
exit;
}
/**
* possible values for subscription intervals
*/
class IntervalConstant
{
public const DAY = 'day';
public const WEEK = 'week';
public const MONTH = 'month';
public const YEAR = 'year';
public const DAYS = 'days';
public const WEEKS = 'weeks';
public const MONTHS = 'months';
public const YEARS = 'years';
}
xxxxx1.0, XXX xxxx