This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user