This commit is contained in:
ludo
2025-04-21 10:57:31 +02:00
parent adbba79bd2
commit 1cc6cc879e
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;