Fix for method to create links between orders (#199)
This commit is contained in:
parent
8ea13cbbcb
commit
e72d179f35
1 changed files with 1 additions and 1 deletions
|
@ -221,7 +221,7 @@ trait Orders
|
|||
'POST',
|
||||
$this->fillSite(
|
||||
$site,
|
||||
['links' => json_encode($links)]
|
||||
['link' => json_encode($links)]
|
||||
)
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue