This commit is contained in:
2025-12-19 17:59:40 +05:00
parent 637951b5ab
commit aef0e38be9
2 changed files with 9 additions and 9 deletions

View File

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

View File

@@ -87,14 +87,14 @@ class SendOrderCreatedNotification implements ShouldQueue
// 'phone_number' => orderAdminNumber(),
// ]);
// sendSMS(
// phone: orderAdminNumber(),
// message: sprintf(
// 'Täze sargyt: %s, eltip bermek: %s',
// $order->id,
// $order->shipping_method
// )
// );
sendSMS(
phone: orderAdminNumber(),
message: sprintf(
'Täze sargyt: %s, eltip bermek: %s',
$order->id,
$order->shipping_method
)
);
// Log::channel('order_sms_notification_sent_activity')
// ->info(sprintf('SMS_SENT_FOR_ORDER[id, phone]: %s, %s', $order->id, orderAdminNumber()));