34e8105583
* Loyalty program * fix dot bug for shops-exoprt option * delete credantials request from services * add CurlException for credentials catch * add catching CurlException * edit error msgs * add supportind double bonuses * add any step for bonus-input field in sale.order.ajax template * recalculate bonuses * fix bonus rounded * strtoupper for params in icml * change delivery service code
29 lines
396 B
PHP
29 lines
396 B
PHP
<?php
|
|
|
|
/**
|
|
* PHP version 5.3
|
|
*
|
|
* RetailcrmConstants
|
|
*
|
|
* @category RetailCRM
|
|
* @package RetailCRM
|
|
*/
|
|
|
|
use Intaro\RetailCrm\Component\Constants;
|
|
|
|
IncludeModuleLangFile(__FILE__);
|
|
|
|
require_once __DIR__ . '/../../lib/component/constants.php';
|
|
|
|
/**
|
|
* PHP version 5.3
|
|
*
|
|
* RetailcrmConstants
|
|
*
|
|
* @category RetailCRM
|
|
* @package RetailCRM
|
|
*/
|
|
class RetailcrmConstants extends Constants
|
|
{
|
|
}
|