feat: listen to Stripe integration events

This commit is contained in:
Ahmed Bouhuolia
2024-09-30 23:12:42 +02:00
parent 04fe65b176
commit 904a52f5a1
3 changed files with 36 additions and 0 deletions

View File

@@ -79,6 +79,8 @@ export const PAYMENT_METHOD_DELETED = 'Payment method deleted';
export const INVOICE_PAYMENT_LINK_GENERATED = 'Invoice payment link generated';
export const STRIPE_INTEGRAION_CONNECTED = 'Stripe integration oauth2 connected';
// # Event Groups
export const ACCOUNT_GROUP = 'Account';
export const ITEM_GROUP = 'Item';