mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/izyim-api.git
synced 2026-08-30 09:54:01 +00:00
completed multiple item order
This commit is contained in:
@@ -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