| Current Path : /var/www/homesaver/www/bitrix/modules/sberbank.ecom2/ |
| Current File : /var/www/homesaver/www/bitrix/modules/sberbank.ecom2/include.php |
<?php
use Bitrix\Main;
use Bitrix\Main\Loader;
require dirname(__FILE__) ."/config.php";
Loader::registerAutoLoadClasses(
$SBERBANK_CONFIG['MODULE_ID'],
array(
'\Sberbank\Payments\Gateway' => 'lib/rbs/Gateway.php',
'\Sberbank\Payments\Discount' => 'lib/rbs/Discount.php',
)
);
?>