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