Skip to content

Commit

Permalink
Merge pull request #53319 from NJ-2020/improvement/52977
Browse files Browse the repository at this point in the history
remove 'Add personal bank account' task
  • Loading branch information
yuwenmemon authored Jan 6, 2025
2 parents 787643f + f2c11c2 commit fa59257
Showing 1 changed file with 0 additions and 45 deletions.
45 changes: 0 additions & 45 deletions src/CONST.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,21 +125,6 @@ const onboardingEmployerOrSubmitMessage: OnboardingMessage = {
'\n' +
'Then, send your request and wait for that sweet “Cha-ching!” when it’s complete.',
},
{
type: 'addBankAccount',
autoCompleted: false,
title: 'Add personal bank account',
description:
'You’ll need to add your personal bank account to get paid back. Don’t worry, it’s easy!\n' +
'\n' +
'Here’s how to set up your bank account:\n' +
'\n' +
'1. Click the settings tab.\n' +
'2. Click *Wallet* > *Bank accounts* > *+ Add bank account*.\n' +
'3. Connect your bank account.\n' +
'\n' +
'Once that’s done, you can request money from anyone and get paid back right into your personal bank account.',
},
],
};

Expand All @@ -164,21 +149,6 @@ const combinedTrackSubmitOnboardingEmployerOrSubmitMessage: OnboardingMessage =
'\n' +
'And you’re done! Now wait for that sweet “Cha-ching!” when it’s complete.',
},
{
type: 'addBankAccount',
autoCompleted: false,
title: 'Add personal bank account',
description:
'You’ll need to add your personal bank account to get paid back. Don’t worry, it’s easy!\n' +
'\n' +
'Here’s how to set up your bank account:\n' +
'\n' +
'1. Click the settings tab.\n' +
'2. Click *Wallet* > *Bank accounts* > *+ Add bank account*.\n' +
'3. Connect your bank account.\n' +
'\n' +
'Once that’s done, you can request money from anyone and get paid back right into your personal bank account.',
},
],
};

Expand Down Expand Up @@ -5187,21 +5157,6 @@ const CONST = {
'\n' +
'Feel free to add more details if you want, or just send it off. Let’s get you paid back!',
},
{
type: 'addBankAccount',
autoCompleted: false,
title: 'Add personal bank account',
description:
'You’ll need to add your personal bank account to get paid back. Don’t worry, it’s easy!\n' +
'\n' +
'Here’s how to set up your bank account:\n' +
'\n' +
'1. Click the settings tab.\n' +
'2. Click *Wallet* > *Bank accounts* > *+ Add bank account*.\n' +
'3. Connect your bank account.\n' +
'\n' +
'Once that’s done, you can request money from anyone and get paid back right into your personal bank account.',
},
],
},
[onboardingChoices.ADMIN]: {
Expand Down

0 comments on commit fa59257

Please sign in to comment.