diff --git a/app/queue/redis/StoreStorageSend.php b/app/queue/redis/StoreStorageSend.php index 3e755bd3c..a291bd6a1 100644 --- a/app/queue/redis/StoreStorageSend.php +++ b/app/queue/redis/StoreStorageSend.php @@ -125,7 +125,7 @@ class StoreStorageSend implements Consumer 'sales' => 0, 'stock' => 0, ]; - StoreBranchProduct::create($product); + StoreBranchProductExchange::create($product); if ($product_arr['stock'] > 0) { $this->storage($find, $store_id, $admin_id, $product_arr); }