Commit Graph

5 Commits

Author SHA1 Message Date
Amir Mousavi 08060001e1 Ref(DeviceInfo-PaymentResult-WebView):
- Refactor `PaymentResultEntity` to include a nested `PaymentResultDataEntity` and companion factory methods for success and failure.
- Update `PaymentResultStatus` enum members from `OK`/`ERROR` to `SUCCESS`/`FAILURE`.
- Modify `PspService` and its implementations (`P3`, `PS4`, `Stage`) to return a non-nullable `PaymentResultEntity`.
- Enhance `PspWebView` with improved instance lifecycle management, `rememberUpdatedState` for callbacks, and new `onWebViewReady` and `onPageFinished` hooks.
- Optimize `PspWebView` to prevent redundant `loadUrl` calls during recomposition.
- Add `README.md` and `AGENT.md` to provide project architecture overviews and hardware-specific development guidelines.
- Update `TisWebViewScreen` and `StageWebViewScreen` to handle the refactored result models and utilize new WebView callbacks.
2026-05-17 13:40:32 +03:30
ahasani 2b03af6e52 Merge branch 'master' of http://194.59.214.243:3000/ahasani/psp_pwa 2026-05-17 11:09:14 +03:30
ahasani 6aaa648128 update 2026-05-17 11:08:53 +03:30
Amir Mousavi 18677b5ae5 Feat(P3): printer
Add a padding to dividers
2026-05-13 15:09:39 +03:30
Amir Mousavi d73df5524e Feat(All): Tis
some changes
2026-05-06 23:33:56 +03:30