shish 2 лет назад
Родитель
Сommit
63b6bd43c7
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app-ghs/controllers/OrderController.php

+ 1 - 1
app-ghs/controllers/OrderController.php

@@ -1430,7 +1430,7 @@ class OrderController extends BaseController
             }
         }
         if (!empty($customMobile)) {
-            $customMobile = substr_replace($customMobile, '***', 4, 3);
+            $customMobile = substr_replace($customMobile, '****', 3, 4);
         }
         $fullCustom = $customName . ' ' . $customMobile;
         if ($this->mainId == 8164) {