%PDF- %PDF-
| Direktori : /home/bitrix/www/bitrix/modules/sale/handlers/paysystem/billby/ |
| Current File : /home/bitrix/www/bitrix/modules/sale/handlers/paysystem/billby/handler.php |
<?php
namespace Sale\Handlers\PaySystem;
use Bitrix\Main\Loader;
use Bitrix\Sale;
use Bitrix\Sale\PaySystem;
Loader::registerAutoLoadClasses('sale', array(PaySystem\Manager::getClassNameFromPath('Bill') => 'handlers/paysystem/bill/handler.php'));
class BillByHandler extends BillHandler
{
}