From 5cf23373227221cdfc2936400977c5dddf2325c5 Mon Sep 17 00:00:00 2001 From: Andrii Klochok Date: Thu, 26 Sep 2024 15:57:47 +0300 Subject: [PATCH] HP-2134: add new location to mobile stock --- src/controllers/MobileController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/controllers/MobileController.php b/src/controllers/MobileController.php index 057857d..d593348 100644 --- a/src/controllers/MobileController.php +++ b/src/controllers/MobileController.php @@ -162,6 +162,7 @@ public function actionGetLocations(): Response return $this->response([ ['name' => 'NL:AMS:EQ:AM7'], ['name' => 'NL:AMS:EQ:AM11'], + ['name' => 'NL:AMS:DR:AMS3'], ['name' => 'NL:AMS:DR:AMS17'], ['name' => 'USA:ASH:EQ:DC10'], ]);