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