Fixes for ordering

This commit is contained in:
Deon George
2021-07-09 11:39:27 +10:00
parent 24ff62094a
commit a9f81373fa
5 changed files with 255 additions and 251 deletions

View File

@@ -43,7 +43,7 @@ trait OrderServiceOptions
$o->forceFill(array_undot($x));
// @todo Make this automatic
$o->site_id = config('SITE')->id;
$o->site_id = config('SITE')->site_id;
return $o;
}