Best practice stock management when payment of customer failed using SQL Server and ASP.NET
Posted
by Martijn B
on Stack Overflow
See other posts from Stack Overflow
or by Martijn B
Published on 2010-03-20T08:47:36Z
Indexed on
2010/03/20
8:51 UTC
Read the original article
Hit count: 449
Hi there,
I am currently building a webshop for my own where I want to increment the product-stock when the user fails to complete payment within 10 minutes after the customer placed the order. I want to gather information from this thread to make a design decision.
I am using SQL Server 2008 and ASP.NET 3.5. Should I use a SQL Server Job who intervals check the orders which are not payed yet or are there better solutions to do this.
Thanks in advance!
Martijn
© Stack Overflow or respective owner