From 6ab47340caa6d41b188a3cd6bc003a72d6bd51c2 Mon Sep 17 00:00:00 2001 From: scoxen1 Date: Thu, 6 Jun 2024 12:52:49 -0400 Subject: [PATCH] fix --- .../Views/Template/ECommerceReceipt.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/CESMII.Marketplace.API/Views/Template/ECommerceReceipt.cshtml b/api/CESMII.Marketplace.API/Views/Template/ECommerceReceipt.cshtml index dab52ed..9ee1ef8 100644 --- a/api/CESMII.Marketplace.API/Views/Template/ECommerceReceipt.cshtml +++ b/api/CESMII.Marketplace.API/Views/Template/ECommerceReceipt.cshtml @@ -15,7 +15,7 @@ }
- @if (!string.IsNullorEmpty(_fullName)) + @if (!string.IsNullOrEmpty(_fullName)) {

Dear @_fullName,

}