mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-27 18:40:39 +00:00
- edit PaymentRequiredNotification.php
This commit is contained in:
@@ -45,16 +45,20 @@ class PaymentRequiredNotification extends Notification
|
|||||||
{
|
{
|
||||||
$url = url("/platba/{$this->order['id']}");
|
$url = url("/platba/{$this->order['id']}");
|
||||||
|
|
||||||
|
$name = $this->plan['product']['name'];
|
||||||
$price = Cashier::formatAmount($this->plan['plan']['amount']);
|
$price = Cashier::formatAmount($this->plan['plan']['amount']);
|
||||||
$storage = format_gigabytes($this->plan['product']['metadata']['capacity']);
|
$storage = format_gigabytes($this->plan['product']['metadata']['capacity']);
|
||||||
|
|
||||||
return (new MailMessage)
|
return (new MailMessage)
|
||||||
->subject('🏝 Potvrzeni Objednavky - OasisDrive')
|
->subject('🏝 Potvrzeni Objednavky - OasisDrive')
|
||||||
->greeting('Dobry den')
|
->greeting('Vážený zákazníku,')
|
||||||
->line('Dekujeme za Vasi objednavku. Potvrzenim objednavky se Vas ucet automaticky zaktivuje a vytvori se Vam digitalni prostor pro Vase dulezite dokumenty.')
|
->line('Právě jste si úspěšně vytvořil registraci bezpečnostní datové služby OasisDrive.')
|
||||||
->line("Datovy tarif: Standard: $storage - $price")
|
->line("Vámi vybraný tarif: $name - $storage za $price")
|
||||||
->action('Prejst na platbu', $url)
|
->action('Pro aktivaci klikněte zde', $url)
|
||||||
->salutation('Dekujeme, Vas tym OasisDrive');
|
->line('Odkaz je platný 24 hodin.')
|
||||||
|
->line('Po dokončení registrace v odkazu Vám bude služba automaticky aktivována a lze ji ihned využívat.')
|
||||||
|
->line('S pozdravem a přáním hezkého dne')
|
||||||
|
->salutation('Tým Oasis Drive');
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user