mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2024-12-27 02:43:54 +02:00
11 lines
255 B
Plaintext
11 lines
255 B
Plaintext
Parameters = GetVKParameters();
|
|
|
|
Item1 = "10362232";
|
|
Item2 = "10362235";
|
|
|
|
ProductsArray = New Array;
|
|
ProductsArray.Add(Item1);
|
|
ProductsArray.Add(Item2);
|
|
|
|
Result = OPI_VK.GroupProducts(ProductsArray, , Parameters);
|