aboutsummaryrefslogtreecommitdiff
path: root/merchant-lib/src/main/java/net/taler/merchantlib/PostOrderRequest.kt
AgeCommit message (Collapse)Author
2020-08-04[pos] Implement new refund API (untested since there is no wallet support)Torsten Grote
Also do a bit of code cleanup and minor refactorings This also removes the volley HTTP library which is not needed anymore
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-22[pos] migrate order posting and checking to v1 API and merchant-libTorsten Grote