1C-Bitrix 25.700.0
|
Переменные | |
$isAvailable = PaySystem\Manager::HANDLER_AVAILABLE_TRUE | |
$isB24Included = Loader::includeModule('bitrix24') | |
$isIntranetIncluded = Loader::includeModule('intranet') | |
$licensePrefix = $isB24Included ? \CBitrix24::getLicensePrefix() : '' | |
$portalZone = $isIntranetIncluded ? CIntranetUtils::getPortalZone() : '' | |
if( $isB24Included) elseif($isIntranetIncluded && $portalZone !=='ru' | $data ) |
$shopSettings = (new PaySystem\Robokassa\ShopSettings())->isOnlyCommonSettingsExists() |
if($isB24Included) elseif ( $isIntranetIncluded &&$portalZone !=='ru' $data) |
См. определение в файле .description.php строка 30
$isAvailable = PaySystem\Manager::HANDLER_AVAILABLE_TRUE |
См. определение в файле .description.php строка 10
$isB24Included = Loader::includeModule('bitrix24') |
См. определение в файле .description.php строка 12
$isIntranetIncluded = Loader::includeModule('intranet') |
См. определение в файле .description.php строка 13
$licensePrefix = $isB24Included ? \CBitrix24::getLicensePrefix() : '' |
См. определение в файле .description.php строка 15
$portalZone = $isIntranetIncluded ? CIntranetUtils::getPortalZone() : '' |
См. определение в файле .description.php строка 16
$shopSettings = (new PaySystem\Robokassa\ShopSettings())->isOnlyCommonSettingsExists() |
См. определение в файле .description.php строка 149