|
|
|
|
|
by Timwi
22 days ago
|
|
The button to place an order should 100% be idempotent. There's one order you're constructing in your shopping cart, perhaps with an internal ID, and the irreversible “commit” button should place that order, not create two separate orders. |
|