diff --git a/app/Notifications/InvoiceNotification.php b/app/Notifications/InvoiceNotification.php index 65f8ea0d..2e76a7f5 100644 --- a/app/Notifications/InvoiceNotification.php +++ b/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)