mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/izyim-api.git
synced 2026-08-19 12:34:06 +00:00
completed multiple item order
This commit is contained in:
@@ -95,6 +95,7 @@ class SoController extends Controller
|
||||
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Store a newly created resource in storage.
|
||||
*
|
||||
|
||||
@@ -22,7 +22,6 @@ Route::delete('/so/{so_id}', 'SoController@delete');// delete the shipping order
|
||||
Route::put('/so/{so_id}', 'SoController@update');//update the shipping order
|
||||
|
||||
//Route for the shipping order item
|
||||
|
||||
Route::delete('/so/soitem/{so_id}', 'SoController@deleteitem');//delete the shipping order item
|
||||
Route::put('/so/soitem/{so_id}', 'SoController@updateitem');//update the shipping order item
|
||||
|
||||
|
||||
Reference in New Issue
Block a user