fixes on onboarding flow
This commit is contained in:
@@ -71,6 +71,9 @@ class _PayScreenState extends State<PayScreen> with TickerProviderStateMixin {
|
||||
transactionController.model.formData.creditName ?? '';
|
||||
_emailController.text =
|
||||
transactionController.model.formData.creditEmail ?? '';
|
||||
_amountController.text =
|
||||
transactionController.model.formData.amount;
|
||||
|
||||
|
||||
// Initialize phone number and country code
|
||||
// updatePhoneNumber(transactionController.model.formData.creditPhone ?? '');
|
||||
|
||||
Reference in New Issue
Block a user