You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-08-10 22:41:43 +02:00
Main build (Jenkins)
This commit is contained in:
13204
service/dictionaries/en.json
vendored
13204
service/dictionaries/en.json
vendored
File diff suppressed because it is too large
Load Diff
@@ -164,7 +164,7 @@ Function ExecuteUniversalProcessing(Context, Handler, Parameters)
|
||||
Method = Handler["function"];
|
||||
|
||||
ParametersBoiler = FormParametersBoiler(Arguments, Parameters);
|
||||
ExecutionStructure = OPIObject.FormMethodCallString(ParametersBoiler, Command, Method);
|
||||
ExecutionStructure = OPIObject.СформироватьСтрокуВызоваМетода(ParametersBoiler, Command, Method);
|
||||
|
||||
Response = Undefined;
|
||||
|
||||
|
@@ -164,7 +164,7 @@ Function ExecuteUniversalProcessing(Context, Handler, Parameters)
|
||||
Method = Handler["function"];
|
||||
|
||||
ParametersBoiler = FormParametersBoiler(Arguments, Parameters);
|
||||
ExecutionStructure = OPIObject.FormMethodCallString(ParametersBoiler, Command, Method);
|
||||
ExecutionStructure = OPIObject.СформироватьСтрокуВызоваМетода(ParametersBoiler, Command, Method);
|
||||
|
||||
Response = Undefined;
|
||||
|
||||
|
Reference in New Issue
Block a user