Skip to content

Commit

Permalink
feat(sofi-referral): add referral param
Browse files Browse the repository at this point in the history
  • Loading branch information
mrodriguez-bc authored and mperdomo-bc committed Jan 26, 2024
1 parent dc5c93b commit 096a7cb
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ const SofiReferralComponent: React.FC<RouteComponentProps> = ({ location }) => {
const viewParam = searchParams.get('buy')
if (viewParam) {
redirectTo += `?code=${viewParam}`
} else {
redirectTo += `?ref=sofi`
}
}

Expand Down

0 comments on commit 096a7cb

Please sign in to comment.