Added notification

This commit is contained in:
Oliver Nybroe 2018-10-04 23:31:49 +02:00 committed by GitHub
parent ec9456f530
commit 452b979965
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,5 +7,9 @@ return [
'error' => [
'email' => 'Denne mail er allerede registreret.'
]
],
'notification' => [
'message' => ':customer lavede :amount betaling til faktura nr. :invoice_number.',
'button' => 'Se',
],
];