Skip to content

Commit

Permalink
Add resource_id
Browse files Browse the repository at this point in the history
  • Loading branch information
pontusab committed Dec 14, 2024
1 parent 2e76bdc commit dad5c10
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ exports[`Transform accounts 1`] = `
"provider": "gocardless",
},
"name": "Pleo Account",
"resource_id": "3133",
"type": "depository",
}
`;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ exports[`Transform accounts 1`] = `
"provider": "plaid",
},
"name": "Plaid Mortgage",
"resource_id": null,
"type": "other_asset",
}
`;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ exports[`Transform accounts 1`] = `
"provider": "teller",
},
"name": "Platinum Card",
"resource_id": null,
"type": "credit",
}
`;
Expand Down

0 comments on commit dad5c10

Please sign in to comment.