mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Add tests for Offline TariffPlans
This commit is contained in:
committed by
Dan Christian Bogos
parent
2c8d717007
commit
d930e82886
@@ -870,13 +870,6 @@ func (self *SQLStorage) GetSMCosts(cgrid, runid, originHost, originIDPrefix stri
|
||||
return smCosts, nil
|
||||
}
|
||||
|
||||
func (self *SQLStorage) LogActionTrigger(ubId, source string, at *ActionTrigger, as Actions) (err error) {
|
||||
return
|
||||
}
|
||||
func (self *SQLStorage) LogActionTiming(source string, at *ActionTiming, as Actions) (err error) {
|
||||
return
|
||||
}
|
||||
|
||||
func (self *SQLStorage) SetCDR(cdr *CDR, allowUpdate bool) error {
|
||||
tx := self.db.Begin()
|
||||
cdrSql := cdr.AsCDRsql()
|
||||
|
||||
Reference in New Issue
Block a user