mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-11 15:10:48 +02:00
Fix tax exempt email template (#28964)
GitOrigin-RevId: 8171c12f0255079c6b4e47238d7f436babb59bca
This commit is contained in:
@@ -992,13 +992,13 @@ templates.taxExemptCertificateRequired = NoCTAEmailTemplate({
|
||||
'<li>Your IRS determination letter (for non-profits and similar organizations)</li>',
|
||||
'<li>Your state resale or exemption certificate</li>',
|
||||
'</ul>',
|
||||
`These should match the EIN you provided:${opts.ein}.`,
|
||||
`These should match the EIN you provided: ${opts.ein}.`,
|
||||
'If you have any questions, let us know by replying to this email.',
|
||||
'<br/>',
|
||||
'Best wishes,',
|
||||
'Team Overleaf',
|
||||
'<br/>',
|
||||
`Our reference:${opts.stripeCustomerId}`,
|
||||
`Our reference: ${opts.stripeCustomerId}`,
|
||||
]
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user