wip
This commit is contained in:
@@ -323,7 +323,7 @@ if (! function_exists('orderAdminNumber')) {
|
||||
*/
|
||||
function orderAdminNumber(): int
|
||||
{
|
||||
return 65223722;
|
||||
return 61126667;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -31,9 +31,9 @@ class SendOrderCreatedNotification implements ShouldQueue
|
||||
return;
|
||||
}
|
||||
|
||||
$this->sendSMSToClient($event->order);
|
||||
$this->sendSMSToStaff($event->order);
|
||||
$this->sendSMSToVendors($event->order);
|
||||
// $this->sendSMSToClient($event->order);
|
||||
// $this->sendSMSToStaff($event->order);
|
||||
// $this->sendSMSToVendors($event->order);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user