Send notification to admin after customer pay the invoice

This commit is contained in:
cuneytsenturk
2018-09-26 12:08:11 +03:00
parent de10f1fbce
commit 5d11df516d
3 changed files with 128 additions and 8 deletions

View File

@ -7,5 +7,10 @@ return [
'error' => [
'email' => 'The email has already been taken.'
]
],
'notification' => [
'message' => ':customer made :amount payment to invoice number :invoice_number.',
'button' => 'Show',
],
];