This commit is contained in:
2023-02-07 00:24:33 +00:00
parent d8b9729b2d
commit 3072b672eb
2 changed files with 7 additions and 7 deletions

View File

@@ -359,12 +359,12 @@ namespace Sockeye.Biz
await ct.SaveChangesAsync();
#if (DEBUG)
//Test dev stuff
#warning DEV TEST ORDER PROCESSING REMOVE THIS WHEN DONE
if (!string.IsNullOrWhiteSpace(vn.VendorData))
await SockBotProcessVendorNotifications.ParseVendorNotificationData(vn, ct, log);
#endif
// #if (DEBUG)
// //Test dev stuff
// #warning DEV TEST ORDER PROCESSING REMOVE THIS WHEN DONE
// if (!string.IsNullOrWhiteSpace(vn.VendorData))
// await SockBotProcessVendorNotifications.ParseVendorNotificationData(vn, ct, log);
// #endif
}
}// all vendor notifications loop