Skip to content

Commit

Permalink
PIPRES-349: Subscription carrier update mail service (#868)
Browse files Browse the repository at this point in the history
* PIPRES-349: Subscription carrier update mail service

* todo
  • Loading branch information
mandan2 authored and JevgenijVisockij committed May 14, 2024
1 parent b236043 commit ee86166
Show file tree
Hide file tree
Showing 8 changed files with 751 additions and 109 deletions.
4 changes: 2 additions & 2 deletions mails/en/mollie_subscription_cancel.html
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@
>
<![endif]--></td>
</tr>
<tr><th bgcolor="#FDFDFD" style="font-family: Open sans, Arial, sans-serif; font-size: 12px; background-color: #fdfdfd; color: #353943; font-weight: 600; padding: 10px 5px; border: 1px solid #DFDFDF;">Reference</th><th bgcolor="#FDFDFD" style="font-family: Open sans, Arial, sans-serif; font-size: 12px; background-color: #fdfdfd; color: #353943; font-weight: 600; padding: 10px 5px; border: 1px solid #DFDFDF;">Product</th><th bgcolor="#FDFDFD" style="font-family: Open sans, Arial, sans-serif; font-size: 12px; background-color: #fdfdfd; color: #353943; font-weight: 600; padding: 10px 5px; border: 1px solid #DFDFDF;">Unit price</th><th bgcolor="#FDFDFD" style="font-family: Open sans, Arial, sans-serif; font-size: 12px; background-color: #fdfdfd; color: #353943; font-weight: 600; padding: 10px 5px; border: 1px solid #DFDFDF;">Quantity</th><th bgcolor="#FDFDFD" style="font-family: Open sans, Arial, sans-serif; font-size: 12px; background-color: #fdfdfd; color: #353943; font-weight: 600; padding: 10px 5px; border: 1px solid #DFDFDF;">Total price</th></tr>
<tr><th bgcolor="#FDFDFD" style="font-family: Open sans, Arial, sans-serif; font-size: 12px; background-color: #fdfdfd; color: #353943; font-weight: 600; padding: 10px 5px; border: 1px solid #DFDFDF;">Reference</th><th bgcolor="#FDFDFD" style="font-family: Open sans, Arial, sans-serif; font-size: 12px; background-color: #fdfdfd; color: #353943; font-weight: 600; padding: 10px 5px; border: 1px solid #DFDFDF;">Product</th><th bgcolor="#FDFDFD" style="font-family: Open sans, Arial, sans-serif; font-size: 12px; background-color: #fdfdfd; color: #353943; font-weight: 600; padding: 10px 5px; border: 1px solid #DFDFDF;">Unit price(tax excl.)</th><th bgcolor="#FDFDFD" style="font-family: Open sans, Arial, sans-serif; font-size: 12px; background-color: #fdfdfd; color: #353943; font-weight: 600; padding: 10px 5px; border: 1px solid #DFDFDF;">Quantity</th><th bgcolor="#FDFDFD" style="font-family: Open sans, Arial, sans-serif; font-size: 12px; background-color: #fdfdfd; color: #353943; font-weight: 600; padding: 10px 5px; border: 1px solid #DFDFDF;">Total price</th></tr>
<tr><th bgcolor="#FDFDFD" style="font-family: Open sans, Arial, sans-serif; font-size: 12px; background-color: #fdfdfd; color: #353943; font-weight: 600; padding: 10px 5px; border: 1px solid #DFDFDF;">subscription_reference</th><th bgcolor="#FDFDFD" style="font-family: Open sans, Arial, sans-serif; font-size: 12px; background-color: #fdfdfd; color: #353943; font-weight: 600; padding: 10px 5px; border: 1px solid #DFDFDF;">product_name</th><th bgcolor="#FDFDFD" style="font-family: Open sans, Arial, sans-serif; font-size: 12px; background-color: #fdfdfd; color: #353943; font-weight: 600; padding: 10px 5px; border: 1px solid #DFDFDF;">unit_price</th><th bgcolor="#FDFDFD" style="font-family: Open sans, Arial, sans-serif; font-size: 12px; background-color: #fdfdfd; color: #353943; font-weight: 600; padding: 10px 5px; border: 1px solid #DFDFDF;">quantity</th><th bgcolor="#FDFDFD" style="font-family: Open sans, Arial, sans-serif; font-size: 12px; background-color: #fdfdfd; color: #353943; font-weight: 600; padding: 10px 5px; border: 1px solid #DFDFDF;">total_price</th></tr>
</tbody>
</table>
Expand Down Expand Up @@ -677,4 +677,4 @@
<p></p>
</body>

</html>
</html>
18 changes: 9 additions & 9 deletions mails/en/mollie_subscription_cancel.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Hi firstName lastName,
We are emailing you because the following item was set to renew and that the payment method on file failed. Please log in into your account and update the payment method.
We’ll keep trying to process your payment however if it continues to fail your subscription will get cancelled.
t
Reference Product Unit price Quantity Total price
subscription_reference product_name unit_price quantity total_price
Hi firstName lastName,


We are emailing you because the following item was set to renew and that the payment method on file failed. Please log in into your account and update the payment method.

We’ll keep trying to process your payment however if it continues to fail your subscription will get cancelled.

Reference Product Unit price(tax excl.) Quantity Total price
subscription_reference product_name unit_price quantity total_price
Loading

0 comments on commit ee86166

Please sign in to comment.