Skip to content

Commit

Permalink
Merge pull request #32805 from Expensify/vit-removePaypalKeys
Browse files Browse the repository at this point in the history
[NoQA] Remove remaining paypal keys
  • Loading branch information
Beamanator authored Dec 11, 2023
2 parents 715e2b2 + ad66f0c commit bb6bc9c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions src/libs/E2E/apiMocks/openReport.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ export default (): Response => ({
isDeletedParentAction: null,
total: 0,
currency: 'USD',
submitterPayPalMeAddress: '',
chatReportID: null,
isWaitingOnBankAccount: false,
},
Expand Down Expand Up @@ -1963,7 +1962,6 @@ export default (): Response => ({
automatic: true,
selected: 'Europe/Kyiv',
},
payPalMeAddress: '',
phoneNumber: '',
validated: true,
},
Expand Down
3 changes: 0 additions & 3 deletions src/types/onyx/PersonalDetails.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,6 @@ type PersonalDetails = {

/** Status of the current user from their personal details */
status?: string;

/** PayPalMe address of the current user */
payPalMeAddress?: string;
};

export default PersonalDetails;
Expand Down
3 changes: 0 additions & 3 deletions src/types/onyx/Report.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,6 @@ type Report = {
/** Whether the parent action was deleted */
isDeletedParentAction?: boolean;

/** PayPalMe address of the submitter */
submitterPayPalMeAddress?: string;

/** Linked policy's ID */
policyID?: string;

Expand Down

0 comments on commit bb6bc9c

Please sign in to comment.