mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-21 07:08:45 +05:00
Remove RoundingMethod and RoundingDecimals from RateProfile
This commit is contained in:
committed by
Dan Christian Bogos
parent
d71eb21713
commit
66e2b4cd01
@@ -380,8 +380,6 @@ func testExpVerifyRateProfiles(t *testing.T) {
|
||||
FilterIDs: []string{"*string:~*req.Account:1002"},
|
||||
ActivationInterval: nil,
|
||||
Weight: 10,
|
||||
RoundingDecimals: 4,
|
||||
RoundingMethod: utils.MetaRoundingUp,
|
||||
MinCost: utils.NewDecimal(0, 0),
|
||||
MaxCost: utils.NewDecimal(0, 0),
|
||||
MaxCostStrategy: utils.MetaMaxCostFree,
|
||||
|
||||
Reference in New Issue
Block a user