Skip to content

Commit

Permalink
release: 0.9.4 (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
devxb authored Dec 7, 2024
2 parents 83a33d3 + 6a05bf8 commit b5ad200
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ class UsedCouponSagaHandlers(
}

private companion object {
private val acceptableCouponCodes = listOf("NEW_USER_BONUS_PET", "HALLOWEEN_2024", "HALLOWEEN_2024_STAR_BONUS")
private val acceptableCouponCodes = listOf(
"NEW_USER_BONUS_PET",
"CHRISTMAS_2024",
"CHRISTMAS_2024_STAR_BONUS",
)
}
}

0 comments on commit b5ad200

Please sign in to comment.