feat(server): listen to Plaid webhooks

This commit is contained in:
Ahmed Bouhuolia
2024-02-14 17:11:07 +02:00
parent 706a324121
commit 1fd8a53ed1
8 changed files with 71 additions and 51 deletions

View File

@@ -45,14 +45,14 @@ export class PlaidApplication {
*/
public webhooks(
tenantId: number,
webhookType: string,
plaidItemId: string,
webhookType: string,
webhookCode: string
) {
return this.plaidWebhooks.webhooks(
tenantId,
webhookType,
plaidItemId,
webhookType,
webhookCode
);
}