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 function orderAdminNumber(): int
{ {
return 65728952; return 65223722;
} }
} }

View File

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