This commit is contained in:
@@ -351,6 +351,12 @@ namespace Sockeye.Biz
|
||||
p.VendorData += ",\n";
|
||||
p.VendorData += jVendorNotificationItem["data"].Value<string>();
|
||||
await ct.SaveChangesAsync();
|
||||
|
||||
#if (DEBUG)
|
||||
//Test dev stuff
|
||||
#warning DEV TEST ORDER PROCESSING REMOVE THIS WHEN DONE
|
||||
await SockBotProcessPurchases.ParseVendorNotificationData(p, ct);
|
||||
#endif
|
||||
}
|
||||
|
||||
}// all vendor notifications loop
|
||||
@@ -758,7 +764,7 @@ namespace Sockeye.Biz
|
||||
tlr.RejectReason = jTrialRequestItem["rejectReason"].Value<string>();
|
||||
tlr.LicenseId = TrialKeyId;
|
||||
var biz = TrialLicenseRequestBiz.GetBiz(ct);
|
||||
await biz.CreateAsync(tlr,true);
|
||||
await biz.CreateAsync(tlr, true);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user