Skip to content

Commit

Permalink
Add hard-coded RecordTypeID
Browse files Browse the repository at this point in the history
  • Loading branch information
rixx committed Nov 14, 2024
1 parent 450ddf1 commit 9b39e4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pretalx_salesforce/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ def serialize(self):
"Email": self.profile.user.email,
"Biography__c": self.profile.biography,
"pretalx_Profile_Picture__c": self.profile.user.avatar_url,
"RecordTypeID": "0124x000000A5QuAAK",
}

@property
Expand Down

0 comments on commit 9b39e4f

Please sign in to comment.