1
0
Fork 0
mirror of synced 2025-04-04 14:23:40 +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)]
)
);
}