New UI to show YD Order Tracking infomation

This commit is contained in:
Dillon Ngo
2025-04-03 07:18:31 +08:00
parent 5a0b2d5a86
commit 055e720e9f
18 changed files with 469 additions and 29 deletions
@@ -6,6 +6,10 @@ use App\Classes\Modules\Orders\ControllersLogic\FetchOrderPackagesLogic;
use Illuminate\Http\JsonResponse;
use Illuminate\Http\Request;
/**
* @deprecated This class is deprecated and should not be used.
* Use `FetchOrderPackagesV2Controller` instead or write a new one based on FetchOrderPackagesV2Controller
*/
class FetchOrderPackagesController
{
/**