Skip to content

Commit

Permalink
Merge pull request #8 from sherweb/TenantsWebhooks
Browse files Browse the repository at this point in the history
email body fixed
  • Loading branch information
asantossheweb authored Nov 15, 2024
2 parents c351866 + b9a8bfa commit c184176
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Xtkl.NceTransferWebhooks/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -267,9 +267,9 @@ async Task SendEmail(Transfer transfer, TenantRegion region, IConfiguration conf
<li><strong>Customer Name:</strong> {transfer.customerName}</li>
<li><strong>Source Partner Name:</strong> {transfer.sourcePartnerName}</li>
<li><strong>Target Partner Name:</strong> {transfer.targetPartnerName}</li>
<li><strong>Created Time: {transfer.createdTime}</strong>
<li><strong>Complete Time: {transfer.completedTime}</strong>
<li><strong>Expired Time: {transfer.expirationTime}</strong>
<li><strong>Created Time:</strong> {transfer.createdTime}</li>
<li><strong>Complete Time:</strong> {transfer.completedTime}</li>
<li><strong>Expired Time:</strong> {transfer.expirationTime}</li>
</ul>
<p>If you have any questions or need further assistance, please don’t hesitate to reach out.</p>
Expand Down

0 comments on commit c184176

Please sign in to comment.