fixes on onboarding flow

This commit is contained in:
2025-10-27 23:19:46 +02:00
parent 4375a869ed
commit bcc9d629c1
10 changed files with 188 additions and 7 deletions

View File

@@ -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 ?? '');