This commit is contained in:
2026-03-21 17:40:59 +05:00
parent 1f9942f08a
commit 78b9e6ee0b
2 changed files with 4 additions and 4 deletions

View File

@@ -323,7 +323,7 @@ if (! function_exists('orderAdminNumber')) {
*/ */
function orderAdminNumber(): int function orderAdminNumber(): int
{ {
return 65223722; return 61126667;
} }
} }

View File

@@ -31,9 +31,9 @@ class SendOrderCreatedNotification implements ShouldQueue
return; return;
} }
$this->sendSMSToClient($event->order); // $this->sendSMSToClient($event->order);
$this->sendSMSToStaff($event->order); // $this->sendSMSToStaff($event->order);
$this->sendSMSToVendors($event->order); // $this->sendSMSToVendors($event->order);
} }
/** /**