28 lines
714 B
Twig
28 lines
714 B
Twig
|
<html>
|
||
|
|
||
|
<head>
|
||
|
|
||
|
<title>Spacejewel Hosting - Subscription Renewel Failed</title>
|
||
|
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
|
||
|
<pre>
|
||
|
|
||
|
Hello there {{ Name }},
|
||
|
|
||
|
We have attempted to charge your credit card in order to regularize your subscription ID {{ SubscriptionID }}.
|
||
|
The credit card was declined (Or the Paypal account did not have enough funds).
|
||
|
|
||
|
Please be advised that after three failed attempts over three days will result in account suspension.
|
||
|
|
||
|
|
||
|
Regards,
|
||
|
Spacejewel Billing System
|
||
|
|
||
|
</pre>
|
||
|
|
||
|
</body>
|
||
|
|
||
|
</html>
|