-
Notifications
You must be signed in to change notification settings - Fork 43
akhil/1340/fetching_the_list_of_wallets_available_to_create #290
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
akhil/1340/fetching_the_list_of_wallets_available_to_create #290
Conversation
- add dart new features to the code generator
- upgrade deriv api to flutter version 3
- upgrade to flutter 3.10.0
- migrate flutter version to 3.10.0
- update dependencies
- upgrade kotlin version
- improve test coverage
- fix connectivity issue
- remove http client
- update package for wallet
- updated p2p order list api request.
…ction Osama/Change redirection url to auth endpoint
…_change_support_deriv_api waqas/add_language_support_to_deriv_api
lib/basic_api/generated/methods/available_accounts_receive_methods.json
Outdated
Show resolved
Hide resolved
@@ -222,8 +224,6 @@ Response getGeneratedResponse(Map<String, dynamic> responseMap) { | |||
return GetAccountStatusReceive.fromJson(responseMap); | |||
case 'get_account_types': | |||
return GetAccountTypesReceive.fromJson(responseMap); | |||
case 'get_available_accounts_to_transfer': |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this call will be used for native cashier. this is removed by the auto generator?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, this was removed as part of the auto generation. Do you think I should keep it in?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see. then it's fine. so perhaps they are going to make any change on that call. I think it's worth checking with BE on that.
…1340/fetching_the_list_of_wallets_available_to_create
@akhil-deriv We should switch to |
Clickup link: https://app.clickup.com/t/20696747/DERG-1344
This PR contains the following changes:
This PR implements the API call that fetches the available wallets to create.
✨ New feature (non-breaking change which adds functionality)
🛠️ Bug fix (non-breaking change which fixes an issue)
❌ Breaking change (fix or feature that would cause existing functionality to change)
🧹 Code refactor
✅ Build configuration change
📝 Documentation
🗑️ Chore
Pre-launch Checklist (For PR creator)
As a creator of this PR:
Reviewers
@ramin-deriv @waqas-younas-deriv\
Pre-launch Checklist (For Reviewers)
As a reviewer I ensure that:
Pre-launch Checklist (For QA)
Pre-launch Checklist (For Maintainer)