This commit is contained in:
2023-01-23 23:22:19 +00:00
parent c75e49412d
commit d40367c884
4 changed files with 23 additions and 24 deletions

View File

@@ -354,6 +354,7 @@ namespace Sockeye.Biz
vn.VendorId = 1;
vn.VendorData = jVendorNotificationItem["data"].Value<string>();
vn.Processed = vn.Created;//indicate it's been processed
ct.VendorNotification.Add(vn);
await ct.SaveChangesAsync();