Skip to content

Commit

Permalink
fix missing required meta data
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminshafii committed Nov 27, 2024
1 parent c277309 commit 081c3c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/app/api/webhook/handlers/invoice-paid.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,6 @@ export const handleInvoicePaid = createWebhookHandler(
};
},
{
requiredMetadata: [''],
requiredMetadata: [],
}
);

0 comments on commit 081c3c0

Please sign in to comment.