From cbabff4c10054297c942424cabb9963f94b19912 Mon Sep 17 00:00:00 2001 From: Vus Khoza Date: Thu, 11 Sep 2025 18:33:36 +0200 Subject: [PATCH] updating debit phone --- lib/screens/pay/pay_controller.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/screens/pay/pay_controller.dart b/lib/screens/pay/pay_controller.dart index 89e4267..01fd76c 100644 --- a/lib/screens/pay/pay_controller.dart +++ b/lib/screens/pay/pay_controller.dart @@ -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(); }