This commit is contained in:
2023-01-23 19:50:33 +00:00
parent ac9490fb69
commit f2eedf98e0

View File

@@ -44,8 +44,6 @@ namespace Sockeye.Biz
private static async Task ProcessVendorNotificationDataIntoPurchases() private static async Task ProcessVendorNotificationDataIntoPurchases()
{ {
return;
using (AyContext ct = Sockeye.Util.ServiceProviderProvider.DBContext) using (AyContext ct = Sockeye.Util.ServiceProviderProvider.DBContext)
{ {
@@ -59,7 +57,6 @@ namespace Sockeye.Biz
{ {
foreach (var vn in vnList) foreach (var vn in vnList)
{ {
log.LogDebug($"Processing vendor notification {vn.Id}-{vn.Created}"); log.LogDebug($"Processing vendor notification {vn.Id}-{vn.Created}");
if (string.IsNullOrWhiteSpace(vn.VendorData)) if (string.IsNullOrWhiteSpace(vn.VendorData))
{ {