Skip to content

Commit

Permalink
Fix discountModality to modality
Browse files Browse the repository at this point in the history
  • Loading branch information
JonatasPedroso committed Jul 1, 2024
1 parent 892986a commit 5a2d2aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/Charge.kt
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ public data class ChargeDiscountFixedDate(

@Serializable
public data class ChargeDiscountSettings(
public val discountModality: ChargeDiscountModality,
public val modality: ChargeDiscountModality,
public val discountFixedDate: List<ChargeDiscountFixedDate>,
)

Expand Down

0 comments on commit 5a2d2aa

Please sign in to comment.