From 94884e24c94c15d7fead4b95247a2e8820743511 Mon Sep 17 00:00:00 2001 From: Radu Ioan Fericean Date: Sun, 24 Aug 2014 16:34:31 +0300 Subject: [PATCH] small fixes for starting accounts and profiles --- apier/tpaccountactions.go | 1 - utils/apitpdata.go | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/apier/tpaccountactions.go b/apier/tpaccountactions.go index 106630ca3..8d06a9fad 100644 --- a/apier/tpaccountactions.go +++ b/apier/tpaccountactions.go @@ -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 diff --git a/utils/apitpdata.go b/utils/apitpdata.go index f8e200307..071c9f7c3 100644 --- a/utils/apitpdata.go +++ b/utils/apitpdata.go @@ -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