mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-16 05:39:54 +05:00
Update account.go
This commit is contained in:
@@ -823,7 +823,7 @@ func (acc *Account) Clone() *Account {
|
||||
return newAcc
|
||||
}
|
||||
|
||||
func (acc *Account) DebitConnectionFee(cc *CallCost, usefulMoneyBalances Balances, count bool, block bool) bool {
|
||||
func (acc *Account) DebitConnectionFee(cc *CallCost, usefulMoneyBalances Balances, count bool, block bool) (bool, Balance) {
|
||||
if cc.deductConnectFee {
|
||||
connectFee := cc.GetConnectFee()
|
||||
//log.Print("CONNECT FEE: %f", connectFee)
|
||||
|
||||
Reference in New Issue
Block a user