mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-23 08:08:45 +05:00
small fixes for starting accounts and profiles
This commit is contained in:
@@ -41,7 +41,6 @@ func (self *ApierV1) SetTPAccountActions(attrs utils.TPAccountActions, reply *st
|
||||
type AttrGetTPAccountActions struct {
|
||||
TPid string // Tariff plan id
|
||||
LoadId string // AccountActions id
|
||||
|
||||
}
|
||||
|
||||
// Queries specific AccountActions profile on tariff plan
|
||||
|
||||
@@ -174,6 +174,7 @@ type TPRatingActivation struct {
|
||||
ActivationTime string // Time when this profile will become active, defined as unix epoch time
|
||||
RatingPlanId string // Id of RatingPlan profile
|
||||
FallbackSubjects string // So we follow the api
|
||||
Weight float64
|
||||
}
|
||||
|
||||
// Helper to return the subject fallback keys we need in dataDb
|
||||
|
||||
Reference in New Issue
Block a user