Skip to content

Commit

Permalink
add: persontype
Browse files Browse the repository at this point in the history
  • Loading branch information
saemideluxe committed May 29, 2023
1 parent e4f51eb commit f2d86f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions basxconnect/mailer_integration/abstract/mailer.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ def from_subscription(preferences: Subscription):
],
status=preferences.status,
language=preferences.language,
persontype=person.type.slug,
)


Expand Down

0 comments on commit f2d86f3

Please sign in to comment.