This commit is contained in:
2023-01-23 18:46:40 +00:00
parent 114ac25292
commit 176f31c591
2 changed files with 83 additions and 40 deletions

View File

@@ -352,7 +352,8 @@ namespace Sockeye.Biz
#if (DEBUG)
//Test dev stuff
#warning DEV TEST ORDER PROCESSING REMOVE THIS WHEN DONE
await SockBotProcessVendorNotifications.ParseVendorNotificationData(vn, ct, log);
if (!string.IsNullOrWhiteSpace(vn.VendorData))
await SockBotProcessVendorNotifications.ParseVendorNotificationData(vn, ct, log);
#endif
@@ -793,7 +794,7 @@ namespace Sockeye.Biz
}
/////////////////////////////////////////////////////////////////////
}//eoc