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 1c1b39beec
commit bfafc3a60c

View file

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