Skip to content

Commit

Permalink
+ (Lava) Added visibility of the Registration.DiscountCode property t…
Browse files Browse the repository at this point in the history
…o be visible to Lava. (Fixes #5707)
  • Loading branch information
nairdo committed Jan 12, 2024
1 parent 79da6cc commit 080efac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Rock/Model/Event/Registration/Registration.cs
Expand Up @@ -95,6 +95,7 @@ public partial class Registration : Model<Registration>
/// The code.
/// </value>
[MaxLength( 100 )]
[DataMember]
public string DiscountCode { get; set; }

/// <summary>
Expand Down Expand Up @@ -131,6 +132,7 @@ public partial class Registration : Model<Registration>
/// <value>
/// <c>true</c> if this instance is temporary; otherwise, <c>false</c>.
/// </value>
[DataMember]
public bool IsTemporary { get; set; }

/// <summary>
Expand Down

0 comments on commit 080efac

Please sign in to comment.