summaryrefslogtreecommitdiff
path: root/merchant-lib
AgeCommit message (Collapse)Author
2023-10-11upgrade all the things!Torsten Grote
2023-08-30[wallet] Fixed serialization error in contract termsIván Ávalos
2023-04-11[pos] Target SDK 33 and update librariesTorsten Grote
2023-01-31[wallet] Update libraries after releaseTorsten Grote
2023-01-18[pos] Fix merchant-lib test caseTorsten Grote
2023-01-17[pos] Change ApiKey Authorization to BearerTorsten Grote
2023-01-17[pos] include error detail in error stringTorsten Grote
2023-01-03Adapt to new seconds based time formatTorsten Grote
2022-08-17Upgrade librariesTorsten Grote
2022-06-01use new annotation for polymorphic serializationFlorian Dold
2022-05-19-remove multiplatform dependency, library upgrade WIPFlorian Dold
2022-05-16-update dependenciesFlorian Dold
2022-05-16-upgrade gradleFlorian Dold
2021-08-27Update libraries and do associated maintenanceTorsten Grote
2021-02-05[merchant-lib] Support claimed ordersTorsten Grote
2021-02-04Upgrade non-Taler librariesTorsten Grote
2020-09-07[pos] fix merchant API test case after removing instance fieldTorsten Grote
2020-09-03Remove instance parameter from merchant configTorsten Grote
and reset order state when moving to new config
2020-09-01[wallet] support the new TalerErrorInfo error formatTorsten Grote
Yet another last-minute breaking protocol change.
2020-08-27[cashier] don't crash on unexpected network inputTorsten Grote
2020-08-24Get rid of Jackson and only use multi-platform serializationTorsten Grote
2020-08-24Upgrade to Kotlin 1.4Torsten 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] fix tests in merchant-libTorsten 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-31Enable code minification for release builds of all appsTorsten Grote
Attention: This brings a high run-time crash risk. So all release builds need to be thoroughly tested before publication. Nightly builds have been switched to release builds for that reason.
2020-07-30Split out common code into multiplatform Kotlin libraryTorsten Grote
2020-07-28[pos] adapt history to new v1 APITorsten Grote
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-07-22[common] also support multi-platform serialization/deserializationTorsten Grote
2020-07-21[pos] config endpoint does not need authenticationTorsten Grote
2020-07-20[pos] create merchant-lib and move first v1 API endpoint thereTorsten Grote