updating debit phone

This commit is contained in:
2025-09-11 18:33:36 +02:00
parent 0bdabe55cc
commit cbabff4c10

View File

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