Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
measurecodetotag2108mapperyookassa.php
1<?php
2
3namespace Bitrix\Sale\Cashbox;
4
16{
20 protected static array $map = [
21 '796' => 'piece',
22 '163' => 'gram',
23 '166' => 'kilogram',
24 '168' => 'ton',
25 '4' => 'centimeter',
26 '5' => 'decimeter',
27 '6' => 'meter',
28 '51' => 'square_centimeter',
29 '53' => 'square_decimeter',
30 '55' => 'square_meter',
31 '111' => 'milliliter',
32 '112' => 'liter',
33 '113' => 'cubic_meter',
34 '245' => 'kilowatt_hour',
35 '233' => 'gigacalorie',
36 '359' => 'day',
37 '356' => 'hour',
38 '355' => 'minute',
39 '354' => 'second',
40 '256' => 'kilobyte',
41 '257' => 'megabyte',
42 '2553' => 'gigabyte',
43 '2554' => 'terabyte',
44 ];
45
46 protected const UNKNOWN_TYPE = 'other';
47}