Current path: home/webdevt/www/schtroumpf.fr/modules/klaviyopsautomation/classes/
?? Go up: /home/webdevt/www/schtroumpf.fr/modules/klaviyopsautomation
<?php
/**
* Klaviyo
*
* NOTICE OF LICENSE
*
* This source file is subject to the Commercial License
* you can't distribute, modify or sell this code
*
* DISCLAIMER
*
* Do not edit or add to this file
* If you need help please contact extensions@klaviyo.com
*
* @author Klaviyo
* @copyright Klaviyo
* @license commercial
*/
namespace KlaviyoPs\Classes;
if (!defined('_PS_VERSION_')) {
exit;
}
class KlaviyoValue
{
const SERVICE = 'prestashop';
const LIMIT_COUPON = 100000;
const UTM_CAMPAIGN_EDITION = '701Nu000000ZIDNIA4';
const UTM_CAMPAIGN_PROJECT = '701Nu000000ZCkhIAG';
}