1
0
Fork 0
mirror of synced 2025-04-20 01:21:01 +00:00

codestyle fix

This commit is contained in:
Sergey Chazov 2020-09-01 09:28:18 +03:00 committed by Павел
parent 1e9a684aa9
commit ad36816f46

View file

@ -1655,6 +1655,7 @@ class intaro_retailcrm extends CModule
'PAY_SYSTEM_ID' => $result->getId(),
'PARAMS' => serialize(['BX_PAY_SYSTEM_ID' => $result->getId()]),
];
PaySystemActionTable::update($result->getId(), $updateData);
}
}