updating debit phone
This commit is contained in:
@@ -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();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user