Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(shared): add email template for failure of one-time payment #157

Merged
merged 5 commits into from
Dec 17, 2022
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,7 @@
<tr>
<td style="padding-bottom:10px;padding-left:15px;padding-right:15px;padding-top:5px;">
<div style="color:#0A1726;direction:ltr;font-family: SoSans, Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;font-size:18px;font-weight:500;letter-spacing:0px;line-height:150%;text-align:left;">
<p style="margin: 0;">Ich sende dir anbei die Spendenbescheinigung das Jahr {{year}}. Herzlichen Dank für dein Vertrauen und Engagement für weniger Armut und mehr Gerechtigkeit.

</span></p>
<p style="margin: 0;">Ich sende dir anbei die Spendenbescheinigung das Jahr {{year}}. Herzlichen Dank für dein Vertrauen und Engagement für weniger Armut und mehr Gerechtigkeit.</p>
</div>
</td>
</tr>
Expand All @@ -169,9 +167,7 @@
<tr>
<td style="padding-bottom:10px;padding-left:15px;padding-right:15px;padding-top:5px;">
<div style="color:#0A1726;direction:ltr;font-family: SoSans, Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;font-size:18px;font-weight:500;letter-spacing:0px;line-height:150%;text-align:left;">
<p style="margin: 0;">Social Income ist in der Schweiz als gemeinnützige Organisation anerkannt und steuerbefreit.

</span></p>
<p style="margin: 0;">Social Income ist in der Schweiz als gemeinnützige Organisation anerkannt und steuerbefreit.</p>
</div>
</td>
</tr>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,7 @@
<tr>
<td style="padding-bottom:10px;padding-left:15px;padding-right:15px;padding-top:5px;">
<div style="color:#0A1726;direction:ltr;font-family: SoSans, Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;font-size:18px;font-weight:500;letter-spacing:0px;line-height:150%;text-align:left;">
<p style="margin: 0;">I am sending you the donation receipt for the year {{year}}. Thank you for your trust and commitment to less poverty and more economic justice.

</span></p>
<p style="margin: 0;">I am sending you the donation receipt for the year {{year}}. Thank you for your trust and commitment to less poverty and more economic justice.</p>
</div>
</td>
</tr>
Expand All @@ -169,9 +167,7 @@
<tr>
<td style="padding-bottom:10px;padding-left:15px;padding-right:15px;padding-top:5px;">
<div style="color:#0A1726;direction:ltr;font-family: SoSans, Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;font-size:18px;font-weight:500;letter-spacing:0px;line-height:150%;text-align:left;">
<p style="margin: 0;">Social Income is recognized as a non-profit organization in Switzerland and is tax-exempt.

</span></p>
<p style="margin: 0;">Social Income is recognized as a non-profit organization in Switzerland and is tax-exempt.</p>
</div>
</td>
</tr>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
-webkit-font-feature-settings: 'ss04' on;
font-feature-settings: 'ss04' on;
}

@font-face {
font-family: 'SoSans';
font-style: normal;
Expand Down Expand Up @@ -158,9 +158,7 @@
<tr>
<td style="padding-bottom:10px;padding-left:15px;padding-right:15px;padding-top:5px;">
<div style="color:#0A1726;direction:ltr;font-family: SoSans, Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;font-size:18px;font-weight:500;letter-spacing:0px;line-height:150%;text-align:left;">
<p style="margin: 0;">Je te envoie le reçu de don pour l'année {{year}}. Merci pour ta confiance et ton engagement pour moins de pauvreté et plus de justice.

</span></p>
<p style="margin: 0;">Je te envoie le reçu de don pour l'année {{year}}. Merci pour ta confiance et ton engagement pour moins de pauvreté et plus de justice.</p>
</div>
</td>
</tr>
Expand All @@ -169,9 +167,7 @@
<tr>
<td style="padding-bottom:10px;padding-left:15px;padding-right:15px;padding-top:5px;">
<div style="color:#0A1726;direction:ltr;font-family: SoSans, Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;font-size:18px;font-weight:500;letter-spacing:0px;line-height:150%;text-align:left;">
<p style="margin: 0;">Social Income est reconnu comme une organisation à but non lucratif en Suisse et est exonéré d'impôts.

</span></p>
<p style="margin: 0;">Social Income est reconnu comme une organisation à but non lucratif en Suisse et est exonéré d'impôts.</p>
</div>
</td>
</tr>
Expand Down Expand Up @@ -213,7 +209,7 @@
<tbody>
<tr>
<td>

<table class="row-content stack" align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="mso-table-lspace: 0pt; mso-table-rspace: 0pt; background-color: #F4F5F4; color: #000000; width: 640px;" width="640">
<tbody>
<tr>
Expand Down
Loading