Tagged Questions
7
votes
3answers
272 views
Integrating with a payment provider; Proper and robust OOP approach
History
We are currently using a so called redirect model for our online payments (where you send the payer to a payment gateway, where he inputs his payment details - the gateway will then return ...
6
votes
5answers
298 views
Best-practice to manage concurrency into a basket in a e-commerce website
What is the best practice to manage the case where two customers add in the same time a product whose the stock was only 1 ?
Must there be a check in the code of the basket to avoid one of these 2 ...
