Update or Create product

This commit is contained in:
David Bomba 2020-11-04 09:47:06 +11:00
parent 3d67483607
commit a3acc6a019

View File

@ -57,7 +57,7 @@ class UpdateOrCreateProduct implements ShouldQueue
public function handle()
{
MultiDB::setDB($this->company->db);
//only update / create products - not tasks or gateway fees
$updateable_products = collect($this->products)->filter(function ($item) {