Skip to content

Commit

Permalink
experiment (3)
Browse files Browse the repository at this point in the history
  • Loading branch information
shtukas committed Jan 28, 2024
1 parent aa881ab commit a7081ba
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ object PriceCapping {
// The list of capped subscriptions and their correction factor is hard coded (and
// encapsulated) in this file for convenience.

val mapping = "Testing (2)"
println(mapping)

def priceCorrectionFactor(subscription: ZuoraSubscription): BigDecimal = {
val mapping: Map[String, BigDecimal] = Map(
"A-S00692513" -> BigDecimal(0.95),
Expand Down

0 comments on commit a7081ba

Please sign in to comment.