Skip to content

Commit

Permalink
export salesforce_id for provider
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Fenner committed Apr 27, 2021
1 parent 8dd3235 commit af497de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/models/provider.rb
Original file line number Diff line number Diff line change
Expand Up @@ -823,6 +823,7 @@ def user_url
def to_jsonapi
attributes = {
"symbol" => symbol,
"salesforce_id" => salesforce_id,
"parent_organization" => consortium_id.present? ? consortium_id.upcase : nil,
"name" => name,
"website" => website,
Expand Down

0 comments on commit af497de

Please sign in to comment.