|
|
@@ -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) {
|