Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
simontreanor committed Sep 2, 2024
1 parent 13da52f commit cb311b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Formatting.fs
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ module Formatting =
go.GoParameters.FeesAndCharges.Fees |> Array.isEmpty |> feesProperties
go.GoParameters.FeesAndCharges.Charges |> Array.isEmpty |> chargesProperties
(match go.GoPurpose with IntendedPurpose.Settlement _ -> false | _ -> true) |> quoteProperties
(match go.GoParameters.Interest.Method with Interest.Method.AddOn _ -> false | _ -> true) |> interestProperties
(match go.GoParameters.Interest.Method with Interest.Method.AddOn -> false | _ -> true) |> interestProperties
go.GoExtra |> not |> extraProperties
|]
|> Array.concat
Expand Down

0 comments on commit cb311b7

Please sign in to comment.