feat: add isCorporate toggle for COP recipients#1765
Open
BullishNode wants to merge 7 commits into
Open
Conversation
- Display actual user-configured values in autoswap warning instead of hardcoded strings - Update database seeds to match model defaults (1M/2M instead of 500k/1M) - Read values from WalletBloc state and convert to BTC for display
…updates - Display values in BTC or sats based on user bitcoinUnit setting - Use FormatAmount for consistent formatting matching currency_text pattern - Trigger WalletRefreshed on settings save to reload values in WalletBloc - Apply BlocListener pattern in settings screen and bottom sheet
Add corporate account support for Colombian peso (COP) recipients. When enabled, shows corporate name field instead of first/last name. Changes: - Update domain objects to include isCorporate and corporateName - Update DTOs and models for COP types - Add corporate checkbox to bank account and Nequi forms - Add localization strings for all form fields - Update form validation for corporate vs individual accounts
3 tasks
…-recipient # Conflicts: # localization/app_en.arb
…ipients - Add lastname validation for individual accounts in PseColombiaDetails - Add lastname validation for individual accounts in NequiColombiaDetails - Improve email validation with proper regex pattern in both COP forms
02568c5 to
96d9176
Compare
- Rename CopBankAcountTypeViewModel to CopBankAccountTypeViewModel (fix missing 'c' in Account) - Add _phoneNumberFocusNode and _documentIdFocusNode to Nequi form for proper keyboard navigation between fields
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add corporate account support for COP recipients in the mobile app, allowing businesses to register with corporate name instead of individual names.
What this does
isCorporatetoggle andcorporateNamefield to COP Bank Account and Nequi formsDesign decisions
PseColombiaDetails,NequiColombiaDetails) use factory constructors with validation, matching SEPA patternTest plan