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(); }