2014-01-29 11:41:38 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en-US">
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
|
|
|
|
Dear {{ $userName }}, <p/>
|
|
|
|
|
|
|
|
A payment of {{ $paymentAmount }} was made by client {{ $clientName }} towards invoice {{ $invoiceNumber }}. <p/>
|
|
|
|
|
|
|
|
To view your client invoice click the link below: <br/>
|
|
|
|
{{ $invoiceLink }} <p/>
|
|
|
|
|
2014-03-10 07:10:08 +01:00
|
|
|
To adjust your email notification settings please <a href="http://www.invoiceninja.com/company/notifications">click here</a>.
|
2014-01-29 11:41:38 +01:00
|
|
|
|
2014-03-17 11:04:44 +01:00
|
|
|
Regards,
|
|
|
|
|
|
|
|
The InvoiceNinja Team
|
|
|
|
|
2014-01-29 11:41:38 +01:00
|
|
|
</body>
|
|
|
|
</html>
|