Bitrix-D7
23.9
Загрузка...
Поиск...
Не найдено
platformaofd.php
1
<?php
2
3
namespace
Bitrix\Sale\Cashbox
;
4
5
use
Bitrix\Main\Localization
;
6
use
Bitrix\Main
;
7
8
Localization\Loc::loadMessages(__FILE__);
9
14
class
PlatformaOfd
extends
Ofd
15
{
16
const
ACTIVE_URL
=
'https://lk.platformaofd.ru/web/noauth/cheque?'
;
17
21
protected
function
getUrl
()
22
{
23
return
static::ACTIVE_URL;
24
}
25
29
protected
function
getLinkParamsMap
()
30
{
31
return
array(
32
'fn'
=>
Check::PARAM_FN_NUMBER
,
33
'fp'
=>
Check::PARAM_FISCAL_DOC_ATTR
,
34
'i'
=>
Check::PARAM_FISCAL_DOC_NUMBER
,
35
);
36
}
37
42
public
static
function
getName
()
43
{
44
return
Localization\Loc::getMessage(
'SALE_CASHBOX_PLATFORMA_OFD_NAME'
);
45
}
46
47
}
Bitrix\Sale\Cashbox\AbstractCheck\PARAM_FN_NUMBER
const PARAM_FN_NUMBER
Definition
abstractcheck.php:26
Bitrix\Sale\Cashbox\AbstractCheck\PARAM_FISCAL_DOC_ATTR
const PARAM_FISCAL_DOC_ATTR
Definition
abstractcheck.php:24
Bitrix\Sale\Cashbox\AbstractCheck\PARAM_FISCAL_DOC_NUMBER
const PARAM_FISCAL_DOC_NUMBER
Definition
abstractcheck.php:23
Bitrix\Sale\Cashbox\Ofd
Definition
ofd.php:15
Bitrix\Sale\Cashbox\PlatformaOfd
Definition
platformaofd.php:15
Bitrix\Sale\Cashbox\PlatformaOfd\getName
static getName()
Definition
platformaofd.php:42
Bitrix\Sale\Cashbox\PlatformaOfd\ACTIVE_URL
const ACTIVE_URL
Definition
platformaofd.php:16
Bitrix\Sale\Cashbox\PlatformaOfd\getUrl
getUrl()
Definition
platformaofd.php:21
Bitrix\Sale\Cashbox\PlatformaOfd\getLinkParamsMap
getLinkParamsMap()
Definition
platformaofd.php:29
Bitrix\Main\Localization
Definition
culture.php:8
Bitrix\Main
Bitrix\Sale\Cashbox
Definition
abstractcheck.php:3
modules
sale
lib
cashbox
platformaofd.php
Создано системой
1.10.0