This commit is contained in:
ludo
2025-04-21 10:57:31 +02:00
parent b214d8dc74
commit 92c9975e81
2 changed files with 1 additions and 1 deletions

View File

@@ -113,6 +113,7 @@ class Customers
unset($data['invoices']);
}
$customer = self::store($data);
$customer->sale_channels()->sync($saleChannels);
CustomerAddresses::storeByCustomer($customer, $data2);
return $customer->id;