feat: send signup event to Loops (#531)

* feat: send signup event to Loops

* feat: fix
This commit is contained in:
Ahmed Bouhuolia
2024-07-17 15:56:05 +02:00
committed by GitHub
parent 107a6f793b
commit 6b6b73b77c
4 changed files with 66 additions and 0 deletions

View File

@@ -40,6 +40,13 @@ export default {
baseCurrencyUpdated: 'onOrganizationBaseCurrencyUpdated',
},
/**
* User subscription events.
*/
subscription: {
onSubscribed: 'onOrganizationSubscribed',
},
/**
* Tenants managment service.
*/