wip
This commit is contained in:
@@ -323,7 +323,7 @@ if (! function_exists('orderAdminNumber')) {
|
||||
*/
|
||||
function orderAdminNumber(): int
|
||||
{
|
||||
return 65728952;
|
||||
return 65223722;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -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()));
|
||||
|
||||
Reference in New Issue
Block a user