summaryrefslogtreecommitdiff
path: root/merchant-terminal/src/main/java/net/taler/merchantpos/payment/PaymentManager.kt
AgeCommit message (Collapse)Author
2023-04-11[pos] Keep checking payment status as long as payment fragment is shownTorsten Grote
don't cancel on network errors and don't time-out. We keep checking as long as the users cancels or navigates back from the screen.
2023-01-03Adapt to new seconds based time formatTorsten Grote
2022-05-19-remove multiplatform dependency, library upgrade WIPFlorian Dold
2021-02-05[pos] Remove QR code once order has been claimedTorsten Grote
2020-09-07[pos] show snackbar at the bottom instead of top (should resolve UI issues)Torsten Grote
2020-08-18Include Taler common Kotlin library as a submoduleTorsten Grote
2020-08-11[pos] Improve coroutine-based merchant library accessTorsten Grote
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-23[pos] refactor configuration fetching and validationTorsten Grote
2020-07-23[pos] delete unpaid/unclaimed orders when user cancels or timeout happensTorsten Grote
This is still not working due to a bug in the merchant API
2020-07-22[pos] migrate order posting and checking to v1 API and merchant-libTorsten Grote
2020-04-01[pos] Enable refundsTorsten Grote
2020-03-30Fix amount serialization in PoS appTorsten 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-18Merge all three apps into one repositoryTorsten Grote