Merge pull request #90 from anondev-sudo/patch-3

Missing : in payment email
This commit is contained in:
AVMG 2021-06-23 10:46:12 +02:00 committed by GitHub
commit 5cfdb73605
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
@component('mail::message')
# Thank you for your purchase!
Your payment has been confirmed; Your balance has been updated.
Your payment has been confirmed; Your credit balance has been updated.
# Details
___
@ -9,7 +9,7 @@ ___
### Price: **{{$payment->price}}**
### Type: **{{$payment->type}}**
### Amount: **{{$payment->amount}}**
### Balance **{{$payment->user->credits}}**
### Balance: **{{$payment->user->credits}}**
### User ID: **{{$payment->user_id}}**
<br>