diff --git a/server/generator/SockBotProcessVendorNotifications.cs b/server/generator/SockBotProcessVendorNotifications.cs index 72da9f8..14c0afc 100644 --- a/server/generator/SockBotProcessVendorNotifications.cs +++ b/server/generator/SockBotProcessVendorNotifications.cs @@ -44,8 +44,6 @@ namespace Sockeye.Biz private static async Task ProcessVendorNotificationDataIntoPurchases() { - return; - using (AyContext ct = Sockeye.Util.ServiceProviderProvider.DBContext) { @@ -59,7 +57,6 @@ namespace Sockeye.Biz { foreach (var vn in vnList) { - log.LogDebug($"Processing vendor notification {vn.Id}-{vn.Created}"); if (string.IsNullOrWhiteSpace(vn.VendorData)) {