1
0
mirror of synced 2024-11-23 22:06:09 +03:00

Fix for method to create links between orders

This commit is contained in:
Uryvskiy Dima 2024-08-03 17:26:44 +03:00
parent 8ea13cbbcb
commit 5443de36f6

View File

@ -221,7 +221,7 @@ trait Orders
'POST',
$this->fillSite(
$site,
['links' => json_encode($links)]
['link' => json_encode($links)]
)
);
}