summaryrefslogtreecommitdiff
path: root/merchant-terminal/src/main/java/net/taler/merchantpos/history/HistoryManager.kt
AgeCommit message (Collapse)Author
2020-08-11[pos] Improve coroutine-based merchant library accessTorsten Grote
2020-08-03[pos] improve payment processingTorsten Grote
- cancel orders that have been abandoned and will not be paid - show unpaid orders in history (in case one makes it through) - set deadlines when creating orders in case it helps with enabling refunds
2020-07-28[pos] adapt history to new v1 APITorsten Grote
2020-07-23[pos] refactor configuration fetching and validationTorsten Grote
2020-04-01[pos] Enable refundsTorsten Grote
2020-03-20Let all apps use the same Amount classTorsten Grote
The wallet now also uses taler-kotlin-common
2020-03-18Factor out code from merchant-terminal into common libraryTorsten Grote
2020-03-18Fix lint issues and CI dependenciesTorsten Grote
2020-03-18Merge all three apps into one repositoryTorsten Grote