1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
handler.php
См. документацию.
1<?php
2
3namespace Sale\Handlers\PaySystem;
4
5use Bitrix\Main\Localization\Loc;
6use Bitrix\Main\Request;
7use Bitrix\Sale\PaySystem;
8use Bitrix\Sale\Payment;
9
10Loc::loadMessages(__FILE__);
11
15class CashHandler extends PaySystem\BaseServiceHandler
16{
22 public function initiatePay(Payment $payment, Request $request = null)
23 {
24 return new PaySystem\ServiceResult();
25 }
26
30 public function getCurrencyList()
31 {
32 return array();
33 }
34
35}
if(!Loader::includeModule('catalog')) if(!AccessController::getCurrent() ->check(ActionDictionary::ACTION_PRICE_EDIT)) if(!check_bitrix_sessid()) $request
Определения catalog_reindex.php:36
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения file_new.php:804
$payment
Определения payment.php:14