Browse Source

mini-typo

1Day 3 years ago
parent
commit
54a563082f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Notifications/InvoiceNotification.php

+ 1 - 1
app/Notifications/InvoiceNotification.php

@@ -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)