mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2024-11-30 09:16:44 +02:00
11 lines
253 B
Plaintext
11 lines
253 B
Plaintext
Parameters = GetVKParameters();
|
|
|
|
Item1 = "9642668";
|
|
Item2 = "9642669";
|
|
|
|
ProductsArray = New Array;
|
|
ProductsArray.Add(Item1);
|
|
ProductsArray.Add(Item2);
|
|
|
|
Result = OPI_VK.GetProductsByID(ProductsArray, Parameters);
|