Fix for method to create links between orders (#199)
This commit is contained in:
parent
8ea13cbbcb
commit
e72d179f35
@ -221,7 +221,7 @@ trait Orders
|
||||
'POST',
|
||||
$this->fillSite(
|
||||
$site,
|
||||
['links' => json_encode($links)]
|
||||
['link' => json_encode($links)]
|
||||
)
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user