feat(activity): add billing_card_updated activity type
Required by POST /api/helcim/update-card to persist audit log entries when a member updates their card.
This commit is contained in:
parent
101d6a231b
commit
eaff5c6020
1 changed files with 2 additions and 1 deletions
|
|
@ -20,7 +20,8 @@ const ACTIVITY_TYPES = [
|
|||
'board_updated',
|
||||
'connection_requested',
|
||||
'connection_confirmed',
|
||||
'tag_suggested'
|
||||
'tag_suggested',
|
||||
'billing_card_updated'
|
||||
]
|
||||
|
||||
const activityLogSchema = new mongoose.Schema({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue