Commit graph

3 commits

Author SHA1 Message Date
embr 0bf9843c1f AfRApay.Web: Make transactions idempotent
First rule of networking is the network is unreliable. Sometimes things get
lost, sometimes it gets found multiple times for TCP reasons or because a
browser tries to be clever.

And when you're dealing with money, even if it's monopoly money, you don't
want a duplicated request to mean a double-debit. The easiest way to do this
is to simply include an idempotency key with each request - if that key is
repeated, the request is ignored.
2023-02-09 00:24:11 +01:00
Laura Hausmann 9a64ba1237
Change display of balance post card transaction 2023-02-06 23:44:40 +01:00
Laura Hausmann 5e2d0ceaa6
A new start 2023-02-06 02:37:36 +01:00