| Current Path : /var/www/homesaver/www/bitrix/modules/sale/lib/exchange/integration/ |
| Current File : /var/www/homesaver/www/bitrix/modules/sale/lib/exchange/integration/handlertype.php |
<?php
namespace Bitrix\Sale\Exchange\Integration;
class HandlerType
{
const ORDER_NEW = 'new';
const ORDER_REGISTRY = 'registry';
}