improving ui elements

This commit is contained in:
2025-07-24 23:53:06 +02:00
parent 44d21b3f14
commit daf4450f7a
13 changed files with 904 additions and 630 deletions

View File

@@ -189,7 +189,7 @@ class PayController extends ChangeNotifier {
void updatePhone(String phone) {
transactionController.model.formData = transactionController.model.formData
.copyWith(creditPhone: phone);
.copyWith(debitPhone: phone);
notifyListeners();
}