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

🔥 stripping out plaid integration #2616

Merged
merged 1 commit into from
Apr 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 0 additions & 15 deletions packages/desktop-client/src/components/Modals.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ import { ManageRulesModal } from './modals/ManageRulesModal';
import { MergeUnusedPayees } from './modals/MergeUnusedPayees';
import { Notes } from './modals/Notes';
import { PayeeAutocompleteModal } from './modals/PayeeAutocompleteModal';
import { PlaidExternalMsg } from './modals/PlaidExternalMsg';
import { ReportBalanceMenuModal } from './modals/ReportBalanceMenuModal';
import { ReportBudgetMenuModal } from './modals/ReportBudgetMenuModal';
import { ReportBudgetSummaryModal } from './modals/ReportBudgetSummaryModal';
Expand Down Expand Up @@ -216,20 +215,6 @@ export function Modals() {
/>
);

case 'plaid-external-msg':
return (
<PlaidExternalMsg
key={name}
modalProps={modalProps}
onMoveExternal={options.onMoveExternal}
onClose={() => {
options.onClose?.();
send('poll-web-token-stop');
}}
onSuccess={options.onSuccess}
/>
);

case 'gocardless-init':
return (
<GoCardlessInitialise
Expand Down
154 changes: 0 additions & 154 deletions packages/desktop-client/src/components/modals/PlaidExternalMsg.tsx

This file was deleted.

52 changes: 0 additions & 52 deletions packages/desktop-client/src/plaid.js

This file was deleted.

6 changes: 0 additions & 6 deletions packages/loot-core/src/client/state-types/modals.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,6 @@ type FinanceModals = {
targetPayeeId: string;
};

'plaid-external-msg': {
onMoveExternal: () => Promise<void>;
onClose?: () => void;
onSuccess: (data: unknown) => Promise<void>;
};

'gocardless-init': {
onSuccess: () => void;
};
Expand Down
59 changes: 0 additions & 59 deletions packages/loot-core/src/mocks/plaid.ts

This file was deleted.

Loading
Loading