Skip to content
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

[Untracked] Add walletId & remove beneficiaryName to wire creation page #75

Merged
merged 1 commit into from
Sep 18, 2020
Merged

[Untracked] Add walletId & remove beneficiaryName to wire creation page #75

merged 1 commit into from
Sep 18, 2020

Conversation

timmy-circle
Copy link
Contributor

@timmy-circle timmy-circle commented Sep 18, 2020

  • WalletId will be a necessary field once we merge in the support for push payment wire linking. This will be used to support where the end-user/merchant want to deposit their money to.
  • Remove the beneficiaryName field.

Result Page should look like this:
Screen Shot 2020-09-18 at 1 51 05 PM

@@ -2,7 +2,7 @@ export const exampleWireAccounts = [
{
title: 'US Bank Account',
formData: {
beneficiaryName: 'Satoshi Nakamoto',
walletId: 'TO BE CHANGED',
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@MasterXen Do you think this is sufficient? User will need it put in their walletId.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm, I think we should either leave it blank (for the user to fill out) or prefill with the master wallet ID for the supplied key.

I assume that TO BE CHANGED is a note to the user of the app rather than a note to you, right?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

okie. Updated a little big. I have the default as null and annotated the field with notNull. That way when user pre-fill the form, it'll directly give out a warning.

@timmy-circle timmy-circle changed the title [Untracked] Add walletId & remove beneficiaryName [Untracked] Add walletId & remove beneficiaryName to wire creation page Sep 18, 2020
Copy link
Contributor

@MasterXen MasterXen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Verified locally 👍

@timmy-circle timmy-circle merged commit e76a1bc into circlefin:master Sep 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants