This commit is contained in:
root
2025-11-13 19:52:28 +03:00
parent 8aeeb05b7d
commit 807dec3b6c
4646 changed files with 163445 additions and 626017 deletions

View File

@@ -14,7 +14,7 @@ use Bitrix\Main\Text\Encoding;
*
* Maximum length of BankName is increased up to 120, standard states it should not be more than 45.
*/
final class FinancialTransactionsRu
class FinancialTransactionsRu
{
public const FORMAT_IDENTIFIER = 'ST';
public const FORMAT_VERSION = '0001';
@@ -237,6 +237,7 @@ final class FinancialTransactionsRu
self::FIELD_BANK_NAME => 120,
self::FIELD_BIC => 9,
self::FIELD_CORRESPONDENT_ACCOUNT => 20,
self::FIELD_PURPOSE => 210,
];
return $maximumFieldLengths[$fieldName] ?? null;