1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
calculator.php
См. документацию.
1
<?php
2
3
namespace
Sale\Handlers\Delivery\Spsr;
4
5
use Bitrix\Main\Error;
6
use Bitrix\Sale\Result;
7
use Bitrix\Sale\Shipment;
8
14
class
Calculator
15
{
21
public
static
function
calculate(Shipment $shipment, $additional)
22
{
23
return
(
new
Result())->addError(
new
Error
(
'The company no longer exists'
));
24
}
25
}
Bitrix\Translate\Error
trait Error
Определения
error.php:11
bitrix
modules
sale
handlers
delivery
spsr
calculator.php
Создано системой
1.14.0