mini-typo

This commit is contained in:
1Day 2021-12-02 12:29:48 +01:00
parent 75c550e0c1
commit 54a563082f

View file

@ -57,7 +57,7 @@ class InvoiceNotification extends Notification
return (new MailMessage)
->subject('Your Payment was successful!')
->greeting('Hello,')
->line("your payment was processed successfully!")
->line("Your payment was processed successfully!")
->line('Status: ' . $this->payment->status)
->line('Price: ' . $this->payment->formatToCurrency($this->payment->total_price))
->line('Type: ' . $this->payment->type)