Skip to content

Commit bb455e5

Browse files
Tweak action url variable
1 parent 6e86153 commit bb455e5

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
lines changed

dist/compiled/dunning/content.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ <h1 style="margin-top: 0; color: #333333; font-size: 22px; font-weight: bold; te
491491
<table width="100%" border="0" cellspacing="0" cellpadding="0" role="presentation">
492492
<tr>
493493
<td align="center" style="word-break: break-word; font-family: &quot;Nunito Sans&quot;, Helvetica, Arial, sans-serif; font-size: 16px;">
494-
<a href="\{{action_url}}" class="f-fallback button button--green" target="_blank" style="color: #FFF; background-color: #22BC66; display: inline-block; text-decoration: none; border-radius: 3px; box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16); -webkit-text-size-adjust: none; box-sizing: border-box; border-color: #22BC66; border-style: solid; border-width: 10px 18px;">Check and update your billing info →</a>
494+
<a href="{{action_url}}" class="f-fallback button button--green" target="_blank" style="color: #FFF; background-color: #22BC66; display: inline-block; text-decoration: none; border-radius: 3px; box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16); -webkit-text-size-adjust: none; box-sizing: border-box; border-color: #22BC66; border-style: solid; border-width: 10px 18px;">Check and update your billing info →</a>
495495
</td>
496496
</tr>
497497
</table>

dist/compiled/dunning/content.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
We couldn’t process your payment. Let’s get that fixed!
2+
13
[Product Name] ( https://example.com )
24

35
************
@@ -8,7 +10,7 @@ We were unable to process your last payment of {{value}} for your [Product Name]
810

911
Please take a moment to double-check your payment information to make sure your [Product Name] account keeps running smoothly.
1012

11-
Check and update your billing info → ( %5C{{ action_url }} )
13+
Check and update your billing info → ( {{ action_url }} )
1214

1315
-------------------------
1416
Why did the payment fail?

dist/postmark-templates/dunning/content.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ <h1>Hi {{name}},</h1>
1414
<table width="100%" border="0" cellspacing="0" cellpadding="0" role="presentation">
1515
<tr>
1616
<td align="center">
17-
<a href="\{{action_url}}" class="f-fallback button button--green" target="_blank">Check and update your billing info →</a>
17+
<a href="{{action_url}}" class="f-fallback button button--green" target="_blank">Check and update your billing info →</a>
1818
</td>
1919
</tr>
2020
</table>

dist/postmark-templates/dunning/content.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ We were unable to process your last payment of {{value}} for your [Product Name]
66

77
Please take a moment to double-check your payment information to make sure your [Product Name] account keeps running smoothly.
88

9-
Check and update your billing info → ( %5C{{ action_url }} )
9+
Check and update your billing info → ( {{ action_url }} )
1010

1111
-------------------------
1212
Why did the payment fail?

src/templates/dunning/content.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ preheader: "We couldn’t process your payment. Let’s get that fixed!"
1111
<table class="body-action" align="center" width="100%" cellpadding="0" cellspacing="0" role="presentation">
1212
<tr>
1313
<td align="center">
14-
{{> button color="green" label="Check and update your billing info →" target_url="\{{action_url}}" }}
14+
{{> button color="green" label="Check and update your billing info →" target_url="{{action_url}}" }}
1515
</td>
1616
</tr>
1717
</table>

0 commit comments

Comments
 (0)