This commit is contained in:
22
todo.txt
22
todo.txt
@@ -12,7 +12,27 @@ TODO:
|
||||
IDEA: if v7 don't process into a license until the newest purchase for the same customer are at least XX minutes old
|
||||
they almost seem to be done manually by mycommerce but I'd say there's no more than 15 minutes max for all to come in
|
||||
!!! maybe look at email history of previous orders and see what the max delay is between order recepts !!!!
|
||||
|
||||
// if (p.ProductId == 0)
|
||||
|
||||
// switch (p.PGroup)
|
||||
// {
|
||||
// case ProductGroup.Misc:
|
||||
// //not a licensed product, probably misc custom or some fee or etc
|
||||
// p.Processed = true;//flag no further processing is required
|
||||
// break;
|
||||
// case ProductGroup.AyaNova7:
|
||||
|
||||
// break;
|
||||
// case ProductGroup.RavenPerpetual:
|
||||
|
||||
// break;
|
||||
// case ProductGroup.RavenSubscription:
|
||||
|
||||
// break;
|
||||
// default://not set or unrecognized
|
||||
// throw new System.NotSupportedException($"Product group {p.PGroup} not recognized or supported for processing into purchase");
|
||||
|
||||
// }
|
||||
|
||||
- JOB: "SOCKBOT" virtual staff member,
|
||||
sockbot - does everything we have to do manually on a delay if it hasn't been done by us yet
|
||||
|
||||
Reference in New Issue
Block a user