Skip to content

Commit

Permalink
Add website attribute to vendor in ProxyCollective model
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew committed Feb 20, 2025
1 parent 0056988 commit e725740
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/models/proxy_collective.rb
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@ def self.create_by_website(url)
uuid: vendor['id'],
legacy_id: vendor['legacyId'],
slug: vendor['slug'],
name: vendor['name']
name: vendor['name'],
website: url
)
end
end
Expand Down

0 comments on commit e725740

Please sign in to comment.