You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-11-29 22:27:42 +02:00
Правка перевода
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
Parameters = GetVKParameters();
|
||||
|
||||
Name = "TestCollection";
|
||||
Image = "https://openintegrations.dev/test_data/picture.jpg";
|
||||
Main = True;
|
||||
Hidden = False;
|
||||
|
||||
Result = OPI_VK.CreateProductCollection(Name
|
||||
, Image
|
||||
, Main
|
||||
, Hidden
|
||||
, Parameters);
|
||||
Parameters = GetVKParameters();
|
||||
|
||||
Name = "TestCollection";
|
||||
Image = "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg";
|
||||
Main = True;
|
||||
Hidden = False;
|
||||
|
||||
Result = OPI_VK.CreateProductCollection(Name
|
||||
, Image
|
||||
, Main
|
||||
, Hidden
|
||||
, Parameters);
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
Parameters = GetVKParameters();
|
||||
|
||||
Name = "EditedCollection";
|
||||
Selection = "125";
|
||||
|
||||
Result = OPI_VK.EditProductCollection(Name, Selection,,,, Parameters);
|
||||
|
||||
Check_VKTrue(Result);
|
||||
|
||||
OPI_Tools.Pause(5);
|
||||
Parameters = GetVKParameters();
|
||||
|
||||
Name = "EditedCollection";
|
||||
Selection = "121";
|
||||
|
||||
Result = OPI_VK.EditProductCollection(Name, Selection, , , , Parameters);
|
||||
|
||||
OPI_TestDataRetrieval.Check_VKTrue(Result);
|
||||
|
||||
OPI_Tools.Pause(5);
|
||||
|
||||
Reference in New Issue
Block a user