1
0
mirror of synced 2024-11-21 21:06:07 +03:00

Fix for method to create links between orders (#199)

This commit is contained in:
Uryvskiy Dima 2024-08-05 09:23:18 +03:00 committed by GitHub
parent 8ea13cbbcb
commit e72d179f35
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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