Skip to content

Commit

Permalink
Merge branch 'main' into tracking-params-for-sf
Browse files Browse the repository at this point in the history
  • Loading branch information
mwvolo authored Aug 27, 2024
2 parents bb09c0c + 3810feb commit 1108428
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/representers/api/v1/user_representer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@ class UserRepresenter < Roar::Decorator
readable: true,
writeable: false

property :support_identifier,
type: String,
readable: true,
writeable: false

property :consent_preferences,
type: JSON,
readable: true,
Expand Down
1 change: 1 addition & 0 deletions spec/support/user_hash.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ def user_matcher(user, include_private_data: false)
title: user.title,
suffix: user.suffix,
uuid: user.uuid,
support_identifier: user.support_identifier,
consent_preferences: user.consent_preferences,
is_test: user.is_test?,
is_administrator: user.is_administrator?,
Expand Down

0 comments on commit 1108428

Please sign in to comment.