mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
fix: mail priority
This commit is contained in:
@@ -30,7 +30,7 @@ class DomainOrderNotification extends DomainWatchdogNotification
|
||||
$this
|
||||
->subject("Success: Domain Ordered $ldhName!")
|
||||
->content("Domain name $ldhName has just been purchased. The API provider did not return an error.")
|
||||
->importance(Notification::IMPORTANCE_HIGH);
|
||||
->importance(Notification::IMPORTANCE_URGENT);
|
||||
|
||||
return ChatMessage::fromNotification($this);
|
||||
}
|
||||
@@ -41,7 +41,7 @@ class DomainOrderNotification extends DomainWatchdogNotification
|
||||
$this
|
||||
->subject("Success: Domain Ordered $ldhName!")
|
||||
->content("Domain name $ldhName has just been purchased. The API provider did not return an error.")
|
||||
->importance(Notification::IMPORTANCE_HIGH);
|
||||
->importance(Notification::IMPORTANCE_URGENT);
|
||||
|
||||
return PushMessage::fromNotification($this);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user