Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
converterdocumentpaymentinvoice.php
1<?php
2
3
5
6
8{
9 public function getPaySystemId($fields)
10 {
11 $paySystemId = 0;
12 if(isset($fields['PAY_SYSTEM_ID']))
13 {
14 $paySystemId = $fields['PAY_SYSTEM_ID'];
15 }
16
17 return $paySystemId;
18 }
19}